Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Graal Main Forum (English) (https://forums.graalonline.com/forums/forumdisplay.php?f=4)
-   -   New EXE - Scripting problems (Not bugs of the executable program) (https://forums.graalonline.com/forums/showthread.php?t=39261)

CyberX 10-14-2002 10:08 PM

New EXE - Scripting problems (Not bugs of the executable program)
 
1 Attachment(s)
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.

Lit 10-15-2002 12:23 AM

I have also seen this bug i wanted to get a chance in telling all of you but my fire spin did not work i have no clue if its just putexplostion2 or just putexplotion but eather both or one are mested up sorry i didn't get a chance yesterday to tell everyone this but yeah thank you for your time.

--GP Admin
--Babylon
--Korp Atticus

CyberX 10-15-2002 12:29 AM

I'm sure it is "putexplosion2" since I tested the both and only "putexplosion" worked.

Lit 10-15-2002 12:42 AM

:eek: Think they'll fix it? mabey mabey not?

CyberX 10-15-2002 02:53 AM

Any bug that you people find, please post here.

EliteDeath 10-15-2002 03:16 AM

The entire Valikorlian hp mp system didn't work, and neither did a couple of npc's with level2.

Birdbird_0 10-15-2002 04:30 AM

changeimgmode index,mode;
0 - lights (colors are added, alpha specifies intensity)
1 - transparency (alpha specifies how much visible)
2 - holes (colors are subtracted)


add that with changeimgcolors

CyberX 10-15-2002 08:12 AM

Quote:

Originally posted by Birdbird_0
changeimgmode index,mode;
0 - lights (colors are added, alpha specifies intensity)
1 - transparency (alpha specifies how much visible)
2 - holes (colors are subtracted)


add that with changeimgcolors

Thank you man.

LilNiglet 10-15-2002 10:16 PM

Quote:

Originally posted by EliteDeath
The entire Valikorlian hp mp system didn't work, and neither did a couple of npc's with level2.
That HP system has never worked for me.

osrs 10-17-2002 10:14 AM

Re: New EXE - Scripting problems (Not bugs of the executable program)
 
Quote:

Originally posted by CyberX
<quote>
use "[code]" for scripts..:)

osrs 10-20-2002 11:18 AM

Sorry mr.god :rolleyes:


All times are GMT +2. The time now is 03:32 PM.

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