Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #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:	250
Size:	76.2 KB
ID:	21187  
__________________

The great Cyber man is gone... forever...
Reply With Quote
  #2  
Old 10-15-2002, 12:23 AM
Lit Lit is offline
Registered User
Join Date: Jul 2002
Location: none
Posts: 41
Lit is on a distinguished road
Send a message via AIM to Lit Send a message via Yahoo to Lit
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
__________________
-=Babylon's GP Chief=-
Reply With Quote
  #3  
Old 10-15-2002, 12:29 AM
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
I'm sure it is "putexplosion2" since I tested the both and only "putexplosion" worked.
__________________

The great Cyber man is gone... forever...
Reply With Quote
  #4  
Old 10-15-2002, 12:42 AM
Lit Lit is offline
Registered User
Join Date: Jul 2002
Location: none
Posts: 41
Lit is on a distinguished road
Send a message via AIM to Lit Send a message via Yahoo to Lit
Think they'll fix it? mabey mabey not?
__________________
-=Babylon's GP Chief=-
Reply With Quote
  #5  
Old 10-15-2002, 02:53 AM
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
Any bug that you people find, please post here.
__________________

The great Cyber man is gone... forever...
Reply With Quote
  #6  
Old 10-15-2002, 03:16 AM
EliteDeath EliteDeath is offline
Registered User
Join Date: Nov 2001
Location: . . .
Posts: 369
EliteDeath is on a distinguished road
Send a message via AIM to EliteDeath
The entire Valikorlian hp mp system didn't work, and neither did a couple of npc's with level2.
__________________
But came the day, when youth was worn away,
and locks once thought of steel and fire,
proved both ephemeral and unreal
against the onslaught of the years.
How wrong are the young to believe in secrets
or enchanted woods.
Reply With Quote
  #7  
Old 10-15-2002, 04:30 AM
Birdbird_0 Birdbird_0 is offline
am yum
Birdbird_0's Avatar
Join Date: Mar 2001
Location: California
Posts: 4,436
Birdbird_0 is on a distinguished road
Send a message via AIM to 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
Reply With Quote
  #8  
Old 10-15-2002, 08:12 AM
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
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.
__________________

The great Cyber man is gone... forever...
Reply With Quote
  #9  
Old 10-15-2002, 10:16 PM
LilNiglet LilNiglet is offline
Registered User
Join Date: Jun 2001
Posts: 3,178
LilNiglet is on a distinguished road
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.
Reply With Quote
  #10  
Old 10-17-2002, 10:14 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Re: New EXE - Scripting problems (Not bugs of the executable program)

Quote:
Originally posted by CyberX
<quote>
use "[code]" for scripts..
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote
  #11  
Old 10-20-2002, 11:18 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Sorry mr.god
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
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 10:55 AM.


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