Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-31-2007, 08:15 AM
Knightmare1 Knightmare1 is offline
Billy Allan
Knightmare1's Avatar
Join Date: Apr 2007
Posts: 804
Knightmare1 can only hope to improve
Personal Dragger

me and my friend fleshkiller want to make our Dragger script so that no one else steals it, and we need help

PHP Code:
//NPC Made By:Tabetha
function onActionserverside(command){
  switch(
command){
    case 
"drag":
      
findplayer(params[1]).setlevel2(params[2],params[3]%64,params[4]%64);

    break;
  }
}
//#CLIENTSIDE
function onMousedown(){
  
setTimer(.05);
}
function 
onTimeout(){
  if (
leftmousebutton(#a,knightmare1)||leftmousebutton(#a,fleshkiller)) {
    
for (this.i=0this.<= playerscountthis.i++) {
      if (
mousex in |players[this.i].x,players[this.i].2.5| && mousey in |players[this.i].y,players[this.i].3|) {
        if (
this.dragging NULLthis.dragging players[this.i].account;
      }
    }
    if (
this.dragging) {
      
player.chat "Dragging :" SPC this.dragging;
    }
      
setTimer(.05);
  }else {
  
triggeraction(0,0,"serverside",#N,"drag",this.dragging,player.level,mousex-1.5,mousey-1.5);
  
this.dragging NULL;
  
hideimgs(1,4);
  } 
__________________
I am the devil, I am here to do to devils work.
Reply With Quote
  #2  
Old 08-31-2007, 08:31 AM
Kyranki Kyranki is offline
Freelance Coder
Join Date: Aug 2007
Location: At the end of the rainbow, in the pot of gold.
Posts: 202
Kyranki is on a distinguished road
Send a message via AIM to Kyranki Send a message via MSN to Kyranki
What do you mean, 'so noone else steals it'? Noone with half a brain about scripting would steal that. O_O
__________________
Stan.
Reply With Quote
  #3  
Old 08-31-2007, 11:00 AM
contiga contiga is offline
Graal2001 Administration
contiga's Avatar
Join Date: Jul 2004
Location: Netherlands
Posts: 419
contiga is an unknown quantity at this point
Send a message via ICQ to contiga Send a message via AIM to contiga Send a message via MSN to contiga Send a message via Yahoo to contiga
if (leftmousebutton(#a,knightmare1)||leftmousebutton( #a,fleshkiller))

should be

if ( leftmousebutton && player.account in { "knightmare1", "fleshkiller"})
__________________
AIM: Contiga122
MSN: [email protected]
Status:
Quote:
Originally Posted by unixmad View Post
I am also awake 3AM to help correct problems.
Quote:
Originally Posted by Bomy Island RC people
Daniel: HoudiniMan is a bad guy =p
*Bell: rofl. I first read that as houdini is a bad man. like the little kid that wants his mommy to keep her away from that boogie man
Daniel: xD
*Rufus: I wouldn't want my kids around him.
Reply With Quote
  #4  
Old 08-31-2007, 11:36 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Your use of setlevel2 is confusing since you could quite easily just change temp.pl.x and temp.pl.y
Reply With Quote
  #5  
Old 08-31-2007, 04:48 PM
Knightmare1 Knightmare1 is offline
Billy Allan
Knightmare1's Avatar
Join Date: Apr 2007
Posts: 804
Knightmare1 can only hope to improve
oops
__________________
I am the devil, I am here to do to devils work.

Last edited by Knightmare1; 08-31-2007 at 06:57 PM.. Reason: i thought this was my guild tag thread o.O
Reply With Quote
  #6  
Old 08-31-2007, 05:04 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Knightmare1 View Post
i mean on my server, cuz me and my friend use it to pk
to pk? O.o

Like drag them on walls where you can slash them? sounds fun.. O_o
__________________
Reply With Quote
  #7  
Old 08-31-2007, 06:02 PM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
Abusers Haha Xd
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
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 07:30 PM.


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