Graal Forums  

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

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-10-2002, 08:50 AM
BinaryCrash BinaryCrash is offline
No memory dump.
Join Date: Jul 2002
Location: Brazil
Posts: 70
BinaryCrash is on a distinguished road
Send a message via ICQ to BinaryCrash Send a message via MSN to BinaryCrash
Thumbs up My gift to all playerworlds owners.

Many people asked about the script to change the rc head,
so i am giving it here to everyone, i asked Warcaptain at the
first time, but he refused to tell me about it, just said it's a script.
So i script my own script and like i help all graal and not only Maloria i am giving it out.


NPC Code:

//By BinaryCrash
timeout=2;
if (timeout) {
x=0;
y=0;
dontblock;
timeout=2;
for(h=0;h<=allplayerscount;h++) {
with (allplayers[h]) {
if (playerx==30&&playery==30&&playerap=50){
if (!strequals(#3,maloriaheadrc.png)) setplayerprop #3,maloriaheadrc.png;
}
}
}
}




It was not stolen if you are thinking it.
i can describe how i got this way to script it.
 


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 08:08 PM.


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