Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-21-2006, 04:14 AM
Moondeath_2 Moondeath_2 is offline
"..."
Moondeath_2's Avatar
Join Date: Jan 2006
Location: Far Far Away.
Posts: 238
Moondeath_2 is an unknown quantity at this point
Send a message via AIM to Moondeath_2 Send a message via MSN to Moondeath_2 Send a message via Yahoo to Moondeath_2
Strange server side error..

For some reason this script triggers off a error but i don't know why it does maybe i'm ignorant but here it is and yes it is triggered to serverside but it says this stupid error though.

NPC Code:
    
case "summon-u":
p = findplayer(params[1]);
p.setlevel2(player.level,player.x,player.y);
break;

case "add-i":
tokens = player.chat.tokenize();
p = findplayer(tokens[1]);
p.addweapon(tokens[2]);
break;



GraalScript: Function setlevel2 not found at line 22 in script of MD/Tool (in level event_swimrace3.nw at pos (0, 0))
All local db npcs from level event_swimrace3.nw have been removed
GraalScript: Function addweapon not found at line 40 in script of MD/Tool (in level event_swimrace3.nw at pos (0, 0))
__________________
Aim: DarkFireXZ3
Email: [email protected] or [email protected]
Common Location: Unholy Nation
Gscript, Playerworld Rules, Support Center
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:46 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.