Quote:
Originally posted by Spectre1337
Nothing works with stupid NPC server. I cant use setlevel.. I am making a quest.. I cant use setlevel, I cant use lay2 'item' instead of warping to a room with a chest. Nothing works and I dont know how to fix it. And I was getting errors that said Client Spectre1337 added Baddy (hacker?) when I tried to add my new ice lizard baddy..
Well I deleted all my flags, weapons, and filled my chests and it finally allowed me to enter without getting disconnected. Other players had no problem.
What I would like to know is, with this stupid NPC Server, how do I warp players? Using setlevel2 or anything?
|
I could be wrong but...
NPC Code:
if (actionserverwarp) {
setlevel2 #p(0),strtofloat(#p(1)),strtofloat(#p(2));
}
//#CLIENTSIDE
if (event) {
triggeraction 0,0,serverwarp,warptolevel,warptox,warptoy;
}
...should handle all your warping needs.