Page 1 of 1

Rom flys daily.

Posted: Sat Jun 16, 2012 12:12 am
by toxicytears
So I'm working on making a waypoint thing using the rom\createpath.lua
I'm really nub at all so I can get the bot to path from point A to point B but I can't get it to pick up the quest and drop off the quest, Does anyone know how to do this. Also where is a tut to cover the basic for the bot. Thank you.

Re: Rom flys daily.

Posted: Sat Jun 16, 2012 12:41 am
by lisa
There is an option to target NPC, can't remember number off hand but when you start createpath it lists them all.

After you target the NPC then press the corresponding number.
Then press Num 0
Type

Code: Select all

AcceptAllQuests()
Hit enter and continue making the WP.

Can also use.

Code: Select all

AcceptQuestByName(_name)
and

Code: Select all

CompleteQuestByName(_name, _rewardnumberorname)
are part of the bot now.

Also,

Code: Select all

AcceptAllQuests()
CompleteAllQuests()
CancelQuest(nameorid)

Re: Rom flys daily.

Posted: Sat Jun 16, 2012 12:56 pm
by toxicytears
Well I got it mostly working, the bot gets stuck on walls... alot and for some reason it attacks everything. There a way to tell it to only attack one type of mob or am i stuck with it trying to kill everything

Re: Rom flys daily.

Posted: Sun Jun 17, 2012 8:46 am
by krix
1. U can set in your profile list of monsters to ignore/attack.
2. U can change range (below and above of ur curren lvl) of monsters to kill.

Profile is veru usefull, i think u dont need any more functions to specify targets. GL and HF :)