I'm writing a script for auto leveling new character automatically. This script implement OfficialGrinderFramework to have his own attack, potion, etc.. routine.
Actually i implement level 1 to 9 and 10 to 25.
How to use it:
Download and put the base framework file LevelingNewCharacter.lua in Scripting folder.

Level 1 to 9 Poeta
Put file Level 1-9 Poeta.lua in Scripting folder.
Cause a problem with Pernos need to manually choose Class Path.
This is a video with the script at work.
https://www.youtube.com/watch?v=3IEpBg4Dwbw
Level 10 to 25 - Verteron
Put file Level 10-25 Verteron.lua in Scripting folder.
Bind at Verteron Obelisk.
Take Pink quest and deliver first Verteron campaign quest.
Run script.
When you reach lvl25 deliver Campaign quest Deeply rooted thirst for vengeance in verteron citadel and Santum (unlock first stigma slot). Complete new pink quest too
This is a video with the script at work.
https://youtu.be/TRqZm4mt3vI
Level 25 to 30 - Nochsana training camp - Beta
Put file Level 25-30 NochsanaTrainingCamp.lua in Scripting folder.
Configure script if u run multiclient.
Code: Select all
-- Configure party members
local server = ""; -- If u are intraserver. For example server = "-Urtem" or server = "-Hellion" or server = "-Thor". Empty if are in normal server
-- Comment this line if u solo instance
FrameworkExp:AddMemberParty("YourCharName1"..server);
FrameworkExp:AddMemberParty("YourCharName2"..server);
Script should automatically form party and leave when instance is done. Party leader change every time run instance.
This is a video with the script at work.
https://youtu.be/S_sl1-eDXME
Still beta version. Feedback if bug

Level 30 to 37 - Fire Temple
Put file Level 30-37 FireTemple.lua in Scripting folder.
Setup group like Nochsana training camp.
Move your chatacter near fire temple entrance then start script.
Level 37 to 42 - Kromede Trial
Put file Level 37-xxx Kromede Trial.lua in Scripting folder.
Move your chatacter near Kromede Trial entrance then start script.
VERY IMPORTANT SETTINGS: Zoom visual like first person. DON'T minimize the client
Any feedback would be greatly appreciated!
