I also wonder how to move the character to a certain position.
I've got this far until now:
charvid = player.GetMainCharacterIndex()
chr.MoveToDestPosition(charvid,int(x),int(y))
But my problem is when I replace the x/y with coordinates the charakter always runs to the same position no matter which number I put in...
question on l2walker scripting 11/02/2008 - Lineage 2 - 3 Replies a noob question
since im new into scripting....
is there any way ... how to make a script pm a certain char??
i've read the guide made by emir0n under the Lin2 Exploits, Hacks, Bots, Tools & Macros....but what i've read from the guide is just only this
SAY(writing)
Speaks generally. Anyone in game can view.
so is it possible to pm a certain char??
BJX Scripting Question 09/13/2005 - Conquer Online 2 - 4 Replies hey When creating ur own script how would you talk to an npc twice?
i tried the npc command then move to a new loacation then the new npc command but it didnt work.
Is there another way or am i missing something.
I have also tried another lot of brackets behind the first and that didnt work either.
edit: just saw a post by darklady whch had a similar set as me. Does it work or am i just not moving far enough.