![]() |
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. |
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 |
I'm sure it is "putexplosion2" since I tested the both and only "putexplosion" worked.
|
:eek: Think they'll fix it? mabey mabey not?
|
Any bug that you people find, please post here.
|
The entire Valikorlian hp mp system didn't work, and neither did a couple of npc's with level2.
|
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 |
Quote:
|
Quote:
|
Re: New EXE - Scripting problems (Not bugs of the executable program)
Quote:
|
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.