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

Configure lvl required


foxx
 Share

Recommended Posts

You mean where to Configure the level that is required to wear/use a Item?

Next time make the line crystal clear, so whe know what your question is.
If you do mean what i said, i think you need to Source edit this. How to do source edit:

1\. Have Visual Basic 2006
2\. Go to www.freemmorpgmaker.com and download the latest source

I don't know if this could be scripted.  ;)
Link to comment
Share on other sites

i think it can be scripted

THIS IS NOT THE RIGHT CODE JUST AN EXAMPLE

something like

Case x
          Get PlayerLevel (index,( )
    If Player level <10
    Call  PlayerMsg (you cannot equip the item, red)
    Else
    EquipItem
End sub

Sorry for the pitiful attempt at it. I'm tired its late  :icon_alabanza:
Link to comment
Share on other sites

@emplay:

> i think it can be scripted
>
> THIS IS NOT THE RIGHT CODE JUST AN EXAMPLE
>
> something like
>
> Case x
>           Get PlayerLevel (index,( )
>     If Player level <10
>     Call  PlayerMsg (you cannot equip the item, red)
>     Else
>     EquipItem
> End sub
>
> Sorry for the pitiful attempt at it. I'm tired its late  :icon_alabanza:

It'd be too much trouble than it's worth to try and script; I'm pretty sure there's a tutorial on adding more requirements to an item, in the Source Tutorials board.
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...