Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-22-2001, 10:14 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Unhappy Status Bar Problems

I need some help with a status bar... I can't get the codes to work... The pixels are: 146 X 56... and I want the bar to go where the hearts go...
__________________
Reply With Quote
  #2  
Old 12-22-2001, 10:21 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
if you are asking that..

DONT WASTE BANDWITH WITH YOUR PW!
Reply With Quote
  #3  
Old 12-22-2001, 10:27 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by Warcaptain
if you are asking that..

DONT WASTE BANDWITH WITH YOUR PW!
what the hell is your problem he just asked for some help ?
Reply With Quote
  #4  
Old 12-22-2001, 10:38 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Why am I asking for help, mainly because I have 3 staff members... Eveyone quit after the other Owner moved and now that he is back, we only have 3 people... So why don't you STFU WarCaptain, I don't see enginma making alot of success
__________________
Reply With Quote
  #5  
Old 12-22-2001, 12:17 PM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
man dont even listen to warcaptain hes an ass...
__________________
Reply With Quote
  #6  
Old 12-22-2001, 09:25 PM
mikepg mikepg is offline
Registered User
Join Date: Nov 2001
Location: VA, USA
Posts: 501
mikepg is on a distinguished road
Send a message via AIM to mikepg Send a message via Yahoo to mikepg
hmmm

which part of the script do you need help on?

Im not gonna write it all out, but if you have something specific like a command or variable, id be glad to help
__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

"Sittin by the tree, sippin eggnog, waitin on christmas gifts"
Reply With Quote
  #7  
Old 12-23-2001, 03:05 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
setimg and changeimgpart

can't figure em out
__________________
Reply With Quote
  #8  
Old 12-23-2001, 03:31 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Quote:
Originally posted by zell12
setimg and changeimgpart

can't figure em out
Setimg??? ummm U mean showimg =/

a basic example to get something in the top corner

showimg 201,@Here i am,screenwidth-150,60;
changeimgvis 201,4;

so if something should always appear at the same position u need to get it on vis-layer 4... this layer is pixel and is not level orientated, but windowsize... (thats why I use screenwidth)


so changeimgpart...

lets say u have a picture with 2 doors first starts at position x-pixel=0 y-pixel=0 and is 32*32 Pixel big second (the open one) starts at x-Pixel=33 y-pixel=0 and is 32*32 Pixel big too

(normally u wouldnt use a showimg for this, but it's just an example)

if(playerenters){
setshape 1,2*16,2*16;
showimg 1,door.png,x,y;
changeimgpart 1,0,0,32,32;
}
if(playertouchsme){
changeimgpart 1,33,0,32,32;
}

so if u enter it shows the first part of the picture if u touch the NPC the second part (silly example)

changeimpart is like this:
changeimpart <Index of the shown pic done with showimg>,<Pixel x so where the x starts in the Picture>,<Pixel y so where the y starts in the picture>,<width in Pixel of the part u want to show>,<height in Pixel of the imagepart u want to show>;

hope this helps...
__________________
No Webhost at the moment
Reply With Quote
  #9  
Old 12-23-2001, 03:43 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
its the fact that there are 100's of posts already that explain this.

why not use the ability to search the forums.
Reply With Quote
  #10  
Old 12-23-2001, 04:35 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
Man I need to work faster on my script guide
Reply With Quote
  #11  
Old 12-23-2001, 08:50 AM
WHIPENIE4 WHIPENIE4 is offline
I am X-Mann
Join Date: Aug 2001
Location: PA
Posts: 2,715
WHIPENIE4 is on a distinguished road
Send a message via ICQ to WHIPENIE4 Send a message via AIM to WHIPENIE4
Lets see he could go back to over 400 threads to find one or he could save the hour and a half and ask in a new thread , lets see which one is less difficult and time saving hmmm *thinks*
Yea i'd go with the new thread.
__________________
Mind over Matter. If your body dont mind, why does it matter?

- X-Mann (Blessing Graal since 1998) Haha

- Graal 2000 Project (Contact Me to get Apart of this expierience

Windows Vista. Graal. Not a Good Combination.
Reply With Quote
  #12  
Old 12-23-2001, 09:51 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
Quote:
Originally posted by btedji
Man I need to work faster on my script guide
how far are u on it?
__________________
Reply With Quote
  #13  
Old 12-23-2001, 10:16 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Angry

Quote:
Originally posted by aesquivel


how far are u on it?
i did string section ...
Reply With Quote
  #14  
Old 12-23-2001, 11:27 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
ko
__________________
Reply With Quote
  #15  
Old 12-23-2001, 06:03 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Quote:
Originally posted by zell12
Why am I asking for help, mainly because I have 3 staff members... Eveyone quit after the other Owner moved and now that he is back, we only have 3 people... So why don't you STFU WarCaptain, I don't see enginma making alot of success
Go dude,
My Nan Ate Enigma For lunch
LLLOOOSSSEEERRRSSS
__________________
--Spark911
Reply With Quote
  #16  
Old 12-24-2001, 11:34 PM
Jman9912-P2P Jman9912-P2P is offline
Registered User
Join Date: Nov 2001
Location: North Carolina!
Posts: 217
Jman9912-P2P is on a distinguished road
Send a message via AIM to Jman9912-P2P Send a message via Yahoo to Jman9912-P2P
if u still need help IM me Jman9912
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 09:08 PM.


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