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

[EO 3.0 - Event System]How to add new Equipment Slots


Wortel Angels
 Share

Recommended Posts

  • Replies 59
  • Created
  • Last Reply

Top Posters In This Topic

I tried this and tried to Make 12 Slots, not 9 i just added every step 3 more, but it dont work correctly, im very new to VB6 so…what i need to Change in the code so it Works?

error right now:

Some of the Item-type cant equiped

and one Item-Type gives an Error when i try to Edit it in Item-editor

Runtimeerror 380

Invalid Property Value

Thanks for any Help
Link to comment
Share on other sites

  • 1 month later...
If anyone still can't figure out why the images are all rendered in a straight line in the GUI, there's a change that needs to be made to Sub DrawEquipment

In the client:

Find **Sub DrawEquipment()** in **modGraphics**:

in the sub, Find **With rec_pos**.

There will be a line underneath it that starts with **.Top.** Replace that entire line with:

> .Top = EqTop + ((EqOffsetY + 32) * ((I - 1) \ EqColumns))

That should fix it.
Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 2 weeks later...

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...