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

(EO) How to Add Equipment Slots


Murdoc
 Share

Recommended Posts

Theres a simple way of doing this.. Just look for shield or something and then add your specific item under or above it (depending on what order you want it to blt in)
Link to comment
Share on other sites

  • Replies 83
  • Created
  • Last Reply

Top Posters In This Topic

Not really. But yeah, just remember to take the blt order into considerations, if you put legs after shield it will appear above shields, just so you know.
Link to comment
Share on other sites

  • 1 month later...
On EO1.5.0, I get the error
'Compile error:
Assignment to constant not permitted"
and it highlights the letters
'Legwear ='
in the phrase
'Armor = GetPlayerEquipment(index, Armor)
    Helm = GetPlayerEquipment(index, Helmet)
    Legwear = GetPlayerEquipment(index, Legwear)
    Gloves = GetPlayerEquipment(index, Gloves)
    Boots = GetPlayerEquipment(index, Boots)
    GetPlayerProtection = (GetPlayerStat(index, Stats.Endurance) \ 5)'

on the server, ModPlayer, sub GetPlayerProtection
Any suggestions or ideas on why this happened?
Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...
O.o I don't get it… I try compileing it In VB6 and it errors on login or regstation, however If i Make exe and then log in It works ......... Wierd

Thanks, I need this =D

Edit: Wait where the paper dolls sposed to show, because mine didnt... O.o
Link to comment
Share on other sites

Its as simple as searching for helm or shield or any type of armour and adding a line with your new one under it, just duplicate everything.
Link to comment
Share on other sites

Find these (client side):

```
' Character consts
Public Const EqTop As Long = 224
Public Const EqLeft As Long = 18
Public Const EqOffsetX As Long = 10
Public Const EqColumns As Long = 4
```
And edit them.
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...