Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How to make to only appear the value of the currency?


Autran
 Share

Recommended Posts

Well, at my server (Eclipse 1.0, don't say me to change, i prefer the 1.0), when your mouse are over a currency item, it shows a lot of information, just like "Strenght needed" and everything.

I'm new to sadscript and i want to know how to make it appear only the value.

Thanks, Autran
Link to comment
Share on other sites

I know, i'm new to eclipse's code, and i don't know how to make it!  :embarrassed:

I've founded a tutorial [http://www.touchofdeathforums.com/smf/index.php/topic,27372.0.html](http://www.touchofdeathforums.com/smf/index.php/topic,27372.0.html), but when i place my mouse over it, it says variable not defined and point to this: "ItemNum".

Edit–-------------
Yeah, i think i'll accept Eclipse 2.7, i'll have to.
Link to comment
Share on other sites

lol my tutorial, havent been on in a while but heres what you can do.

each item type has a const assigned to it correct? well, you can simply add an if statement to the mouseover code. do something like

if itemtypecurrency then

and then use the .visible = false for each thing you dont want to display.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...