Graal Forums  

Go Back   Graal Forums > General Forums > Graal Main Forum (English)
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-14-2002, 10:08 PM
CyberX CyberX is offline
Nobody knows who I am...
CyberX's Avatar
Join Date: Jan 2002
Location: Brazil
Posts: 657
CyberX is on a distinguished road
Send a message via ICQ to CyberX Send a message via AIM to CyberX
Exclamation New EXE - Scripting problems (Not bugs of the executable program)

I realised that some scripts with this new version aren't working.
For example, one of them is "putexplosion2", it just doesn't work for some reason.

I also found others that used to work perfectly on the 2.15 version, and now, they don't work anymore.

I will post here 1 script that used to work and doesn't anymore. It is from my Weapon Select on Maloria.

It's the name function, that when you went over some item with the cursor of the Weapon Select, it used to show you the name of the item at the botton of the gfx.

I attached a screenshot of where the name used to appear, but now it stays stuck with the name of your FIRST item.

Script:

*****************************************

function name(){
showimg 800,@Weapon:,screenwidth/4+38,330;
changeimgvis 800,9;
changeimgcolors 800,.1,.1,.1,.99;
if(this.sloth==0){
showimg 801,@#w(#I(this.index,this.slotv)),screenwidth/4+140,330;
changeimgvis 801,9;
changeimgcolors 801,.1,.1,.1,.99;
}
if(this.sloth==1){
showimg 801,@#w(#I(this.index,7+this.slotv)),screenwidth/4+140,330;
changeimgvis 801,9;
changeimgcolors 801,.1,.1,.1,.99;
}
if(this.sloth==2){
showimg 801,@#w(#I(this.index,14+this.slotv)),screenwidth/4+140,330;
changeimgvis 801,9;changeimgcolors 801,.1,.1,.1,.99; }
if(this.sloth==3){
showimg 801,@#w(#I(this.index,21+this.slotv)),screenwidth/4+140,330;
changeimgvis 801,9;changeimgcolors 801,.1,.1,.1,.99;
}
if(this.sloth==4){
showimg 801,@#w(#I(this.index,28+this.slotv)),screenwidth/4+140,330;
changeimgvis 801,9;changeimgcolors 801,.1,.1,.1,.99;
}
}

*****************************************

If you people find other commands/scripts that aren't working, please post them here. This thread has nothing to do with bugs of the executable, but with the NPC's scripts.

So please, mods, don't delete this thread.
Attached Thumbnails
Click image for larger version

Name:	bug.png
Views:	251
Size:	76.2 KB
ID:	21187  
__________________

The great Cyber man is gone... forever...
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 06:05 PM.


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