P4N I don't doubt that it doesn't work :) I just don't know the X and Y to
Code:
/map X Y 1511
/map X Y 1511
def npc(Client, Option):
if(Option == 0):
Text("This way to the SubClassArea.")
Link("Subclass area.", 1)
Link("Let me think...", 255)
Face(183)
Finish()
if(Option == 1):
Teleport(50, 50, 1511)
return 0
Seriously dude? I've explained like 5 times now... /map Must work for the npc to work. /teleport uses no Dmap info at all..Quote:
Can't be invalid any more because I can use /teleport 51 57 1511 now. Just the NPC won't do it like the command does it o.0? I even changed the NPC code to the 51 57 1511 as well but still no luck lol.
Yup both already done, did the smap thing the second you mentioned about it. cq_map I had already added. I worked with Binaries ages ago and have never forgot about adding to the SQL database lol.Quote:
Copy the smap, add in cq_map