12-06-2013, 11:20 PM
(11-25-2013, 10:34 AM)MAHA Wrote: BE WARNED! THIS CAN GET YOU BANNED! USE RESPONSIBLY! I AM NOT AT FAULT IF YOU GET BANNED!
- New Button in Minion Menu
- Autoload waypoints when switching maps
- so are only the waypoints of the current map loaded
- Insert Name and select "Save Player or Target POS"
- To Group Select begin Waypoint Name with...
(Z)<WAYPOINTNAME> = Zonepoint
(G)<WAYPOINTNAME> = Gilde
(D-<LVL>)<WAYPOINTNAME> = Dungeons
(F-<LVL>)<WAYPOINTNAME> = FATE
(B-<LVL>)<WAYPOINTNAME> = Bestiarium
(MI-<LVL>)<WAYPOINTNAME> = Miner
(BO-<LVL>)<WAYPOINTNAME> = Botany
(FI-<LVL>)<WAYPOINTNAME> = Fishing
example
(Z)Coerthas Central Highlands
in the LUA File Teleporter_GRP.lua can you Create / Rename /Replace the Waypoint Groups
PHP Code:-- Teleporter Groupname
-- ************************************************************
-- Standard GroupName for Waypoints
Teleport.StdWPName = "Waypoints"
-- ************************************************************
Teleport.GRPName = {
-- ************************************************************
-- {"<GROUPNAME>","<SEARCH>","<REPLACE>",<1,0 - UNFOLD GROUP>},
{"Zonepoint","(Z)","",1},
{"Gilde","(G)","",1},
{Teleport.StdWPName,"","",1},
{"Dungeons","(D-","(",0},
{"FATE","(F-","(",0},
{"Bestiarium","(B-","(",0},
{"Miner","(MI-","(",0},
{"Botany","(BO-","(",0},
{"Fishing","(FI-","(",0},
-- ************************************************************
}
Select the Waypoint and click it, then ...
Rename Waypoint
for rename change the name in "Waypoint Name" and Click "Rename"
Delete Waypoint
for delete Click "Delete"
Replace to Target/Player POS
for Replace Click "Replace to Target or Player POS" (it replace only the coordinates not the Name)
Code:Changelog
v1.8.2 <27.11.2013>
- Teleporter_GRP.lua to create or change the Groups
Took me like 10 minutes to find out that you click the file name to download lol. I was like htf do i download!!!