Page 1 of 1
problem whit dayli and cot waypoint
Posted: Fri Jun 07, 2013 6:45 am
by zeljomir
i got problem whit this waypoint
http://www.solarstrike.net/phpBB3/viewt ... 210#p50210
this waypoint stop working for me and my friends..
that start hapaning when they get new traveler sistem ...
mistake is next:
he start on varanas central do what he need to do and when start go to rorazan he stop on snoop and say
"not close enouth to nearest Transport NPS: Lieve." ...
i try to update userfunction_teleport.lua and its not that
im not soo good in making this work im still
green..
Re: problem whit dayli and cot waypoint
Posted: Fri Jun 07, 2013 9:22 am
by kenzu38
Seems like you're using takemeto() function?
If so, then it can't be helped, addresses have changed so that function won't work anymore until noobbotter who coded it, or someone, decides to update it.
Easiest solution is to look for NPCTeleport userfunction thread and learn how to use it.
Re: problem whit dayli and cot waypoint
Posted: Fri Jun 07, 2013 9:50 am
by zeljomir
kenzu38 wrote:Seems like you're using takemeto() function?
i think it use it
Re: problem whit dayli and cot waypoint
Posted: Fri Jun 07, 2013 10:27 am
by rock5
I thinks it's because the Varanas Snoops Id has changed. Try changing the id to 122115.
Code: Select all
[2] = {zoneindex=2, ZoneId=2, myzone=2000, nodename="VaranasSnoop", ZNpcID=122115, Npcx=2307, Npcz=1152, Npcy=0},
Re: problem whit dayli and cot waypoint
Posted: Fri Jun 07, 2013 11:52 am
by zeljomir
ok i change it and he is gone to rorazan... but he just stand and dont go to daily NPC..
im thinking that they change ID from that snoop too,soo how you get ID from your target cuz "getid.lua" dont work for me
Re: problem whit dayli and cot waypoint
Posted: Fri Jun 07, 2013 11:54 am
by rock5
getid.lua should work. That's what I used.
Re: problem whit dayli and cot waypoint
Posted: Fri Jun 07, 2013 12:02 pm
by zeljomir
he say it
"cannot open scripts/getid.lua no such fail or directory"
my revision of rombot is 757..so im up to date
Re: problem whit dayli and cot waypoint
Posted: Fri Jun 07, 2013 12:07 pm
by rock5
Just like when you start the bot you use
You have to use
Or you can double click the 'Get_Object_Id.bat' file.
Re: problem whit dayli and cot waypoint
Posted: Fri Jun 07, 2013 12:23 pm
by zeljomir
rock5 wrote:Or you can double click the 'Get_Object_Id.bat' file.
ok this is working for me... they change Rorazan (122117) and Dalanis (122116) ID too ..
and my waypoint is now working ty for help