Graal Forums  

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

View Poll Results: Was this Staff Bundle helpful?
Yes, thanks! 5 15.15%
No. 28 84.85%
Voters: 33. You may not vote on this poll

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 05-07-2010, 10:45 AM
Danny_Old_Dynasty Danny_Old_Dynasty is offline
Registered User
Join Date: Apr 2010
Posts: 1
Danny_Old_Dynasty is an unknown quantity at this point
First of all , those are scripts that was made to shut you up from annoying me none stop , it was poorly scripted , due to the fact is just staff tools for a no future server . Also please don't use my name and uploading my old scripts without permissions to public .
Reply With Quote
  #17  
Old 05-22-2010, 04:02 AM
death_striker death_striker is offline
Oldbie
death_striker's Avatar
Join Date: Sep 2008
Location: Vancouver British Columbia Canada
Posts: 39
death_striker is on a distinguished road
Send a message via MSN to death_striker
OWNED BY DANNY

ps. Death Rules You
Reply With Quote
  #18  
Old 05-22-2010, 05:16 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by death_striker View Post
OWNED BY DANNY

ps. Death Rules You
I wish I was as cool as you.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #19  
Old 05-22-2010, 05:25 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
bewts.

PHP Code:
//#CLIENTSIDE

function onCreated() {
  
this.speed 1;
  
createTaskBarButton();
}

function 
ChatBar.onAction() {
  if (
ChatBar.text.starts("/boots")) {
    
temp.newspeed ChatBar.text.substring("/boots ".length());
    if (
temp.newspeed) {
      
this.speed temp.newspeed;
    }
    
ChatBar.text "";
    
initBoots();
  }
}

function 
createTaskBarButton() {
  
with (Serverlist_TaskBar) {
    new 
GuiButtonCtrl("Serverlist_TaskButton_Boots") {
      
profile Serverlist_TaskButton_Server.profile;
      
width 65;
      
500 64 10;
      
text "   Boots";
      
thiso.catchevent(name"onAction""initBoots");
    }
  }
}

function 
initBoots() {
  
this.boots = !this.boots;
  
setTimer(0.05);
}

function 
onTimeout() {
  if (
this.boots) {
    for (
temp.0temp.4temp.i++) {
      if (
keydown(temp.i)) {
        
player.+= this.speed vecx(temp.i);
        
player.+= this.speed vecy(temp.i);
      }
    }
    
setTimer(0.05);
  }

__________________
Quote:
Reply With Quote
  #20  
Old 05-22-2010, 09:35 AM
Liberated Liberated is offline
not doing alot
Liberated's Avatar
Join Date: Feb 2008
Posts: 1,366
Liberated has a spectacular aura about
Quote:
Originally Posted by coreys View Post
I wish I was as cool as you.
Trust me, you don't want to be as (un)cool as him.
__________________
Quote:
Originally Posted by Tigairius View Post
I promise when I get rich I'll send you an iPhone. I'll send everyone an iPhone.
Reply With Quote
  #21  
Old 05-22-2010, 07:28 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by Liberated View Post
Trust me, you don't want to be as (un)cool as him.
Oh I see what you did there
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #22  
Old 05-23-2010, 12:11 AM
Seeya Seeya is offline
ω
Seeya's Avatar
Join Date: Jul 2007
Location: Seminole, FL
Posts: 1,903
Seeya is a splendid one to beholdSeeya is a splendid one to beholdSeeya is a splendid one to beholdSeeya is a splendid one to beholdSeeya is a splendid one to behold
Send a message via AIM to Seeya
Quote:
Originally Posted by death_striker View Post
OWNED BY DANNY

ps. Death Rules You
I'll never respect a Zephlyn.. ever.. because of you.
__________________
Kale Vimes

Reply With Quote
  #23  
Old 05-26-2010, 04:49 AM
death_striker death_striker is offline
Oldbie
death_striker's Avatar
Join Date: Sep 2008
Location: Vancouver British Columbia Canada
Posts: 39
death_striker is on a distinguished road
Send a message via MSN to death_striker
Quote:
Originally Posted by coreys View Post
I wish I was as cool as you.
Lol all of Graal wishes to be as cool as me
Reply With Quote
  #24  
Old 05-26-2010, 07:11 AM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
Lol, i put yes.
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote
  #25  
Old 05-26-2010, 08:57 AM
Liberated Liberated is offline
not doing alot
Liberated's Avatar
Join Date: Feb 2008
Posts: 1,366
Liberated has a spectacular aura about
Quote:
Originally Posted by sssssssssss View Post
Lol, i put yes.
Congratulations you are now a minority.
__________________
Quote:
Originally Posted by Tigairius View Post
I promise when I get rich I'll send you an iPhone. I'll send everyone an iPhone.
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 04:25 PM.


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