Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-14-2007, 09:34 PM
PrinceOfKenshin PrinceOfKenshin is offline
That guy with a beard
PrinceOfKenshin's Avatar
Join Date: May 2004
Location: Ontario, Canada
Posts: 819
PrinceOfKenshin has a spectacular aura aboutPrinceOfKenshin has a spectacular aura about
Script doesn't work now

This is part of a script from the NPC server on Atrius and it stop working after the new version of graal came out
PHP Code:
function onPM(frommessage) {
  
from player.account;
  
temp.pl findplayer(from);
  if (
message.starts("/setpin")) {
    
temp.pin message.substring(8);
    if (
abs(int(temp.pin)) == temp.pin) {
      if (
temp.pin != NULL) {
        
temp.pl.clientr.pin abs(int(temp.pin));
        
temp.pl.sendpm("Success! Your ATM PIN number has been reset to:" SPC temp.pin);
      } else 
temp.pl.sendpm("Your PIN cannot be 0!");
    } else 
temp.pl.sendpm("Your PIN is not a whole real number!");
  }


__________________


Quote:
Game Master (Server): Greetings PrinceOfKenshin, there are new posts on the forums that demand your urgent attention! God speed, the fate of the world is in your hands. If you fail, middle earth will forever be in the darkness and your children will be enslaved by McKain.
Reply With Quote
  #2  
Old 07-15-2007, 05:20 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
I'm guessing onPM() no longer works, I heard of other PM related commands not working. Stefan is most likely aware of it by now.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
Reply


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 06:17 PM.


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