Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Egrh Script Help? (https://forums.graalonline.com/forums/showthread.php?t=32390)

faiola 06-27-2002 09:05 AM

Egrh Script Help?
 
:grrr: :grrr: :grrr: :grrr: :grrr:

Anyone Tell Me How To Hide Certain Things? Like hide The Fullhearts But Not The ASD i tried showstats 32; but it don't work any one can help it would be greatly appricieated.....




[jagen] annoying text removed [/jagen]

Python523 06-27-2002 09:14 AM

showstats 1005, that shows ASD, icons, rupees, bombs, arrows, and the player

faiola 06-27-2002 09:17 AM

Thx
 
that helps me alot...thx and ..... can somone send me a list of like what those numbers do incase i want to like change it?

Python523 06-27-2002 09:24 AM

showstats bitflag; shows/hides parts of the stats bar (1-ASD,2-icons,4-rupees,8-bombs,16-arrows,32-hearts,64-ap,128-mp,256-minimap,512-inv,1024-player)
to show like asd and icons only, you could do
showstats 3
or showstarts 1+2

faiola 06-28-2002 08:45 AM

eh?
 
eh? hmm?
that is not working showstats 1005; is hiding my player and my bombs and arrows........
i don't think i understand.....you mean if i wanted to hide the asd i would put

showstats 1; right?

well then what about

if i just wanted to show the player and the asd?

and i know once i figure out how to do this i needa learn how to add my own things over top of the current ones b/c there doesn't seem to be a addspritesdef bah.png,world_,0; and then i need to learn how to over right the things once you pick them up they needa stay the new way not go back to the old.....

_________________________________

anyone have an example script i could look at?
_________________________________

:grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr:

user13-xo 06-28-2002 12:29 PM

Re: eh?
 
Quote:

Originally posted by faiola
eh? hmm?
that is not working showstats 1005; is hiding my player and my bombs and arrows........
i don't think i understand.....you mean if i wanted to hide the asd i would put

showstats 1; right?

well then what about

if i just wanted to show the player and the asd?

and i know once i figure out how to do this i needa learn how to add my own things over top of the current ones b/c there doesn't seem to be a addspritesdef bah.png,world_,0; and then i need to learn how to over right the things once you pick them up they needa stay the new way not go back to the old.....

_________________________________

anyone have an example script i could look at?
_________________________________

:grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr:

Draco having starting a new playerworld because I took your RC away? Well I'll be kind and help you with this.

1-ASD,2-icons,4-rupees,8-bombs,16-arrows,32-hearts,64-ap,128-mp,256-minimap,512-inv,1024-player

If you wish to only have everything but the ASD buttons showing use:
showstats 2+4+8+16+32+64+128+512+1024;

To show everything use:
showstats 1+2+4+8+16+32+64+128+512+1024;

So in short use "showstats 1+2+4+8+16+32+64+128+512+1024;"
but take everything you don't want showing out of the list.

faiola 06-28-2002 08:19 PM

heh
 
heh.....that part i have figured out now i must work on my others


All times are GMT +2. The time now is 10:51 PM.

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