Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-24-2012, 05:17 AM
brokk brokk is offline
Registered User
Join Date: May 2012
Posts: 84
brokk is on a distinguished road
Text display issue

PHP Code:
 showText(100this.xthis.y-3"showg""b""" @(player.clientr.hitpoints));
   
with (findImg(100)) {
    
font "showg";
    
style "b";
    
layer 23;
    
zoom 1;} 
This is on an NPC (Whole script is serverside)

Number of issues...
1. The zoom doesn't go past 1, and I want larger number text.
2. I don't know how to change the color. (Looking to make it red)
3. What is the most efficient way to make it rise then delete.
-With that, what if another hitpoint is generated before the current one is still in rising effect?

I know a way to make rising text, but it wouldn't be pretty....
Reply With Quote
 


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 11:56 PM.


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