View Single Post
  #7  
Old 07-22-2002, 03:50 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Re: Dumb Lag, NPCServer, annoying, shoot me

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.