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

Spells do not work on ER 1.8.3 (now fixed see this post)


Giukko
 Share

Recommended Posts

I searched inside the code why spells after using double click they do not work. The problem is on two wrong written variables, inside "modGeneral" ----> "Public Sub GuiDblClickSearch": change "SpellY" and "SpellX" with just "Y" and "X". that's it (after one hour of searching eheh) ;)

***

In `modGeneral` search for `Public Sub GuiDblClickSearch`

Change `SpellY` to `Y`
Change `SpellX` to `X`
Link to comment
Share on other sites

@mohenjo-daro :)) Thanks. Mohenjo I saw also that after learning a new spell, the inventory for spells doesnt updates spell icons. The only solution right now is to drag one spell icon and the new one appears, or by closing client and restart it.
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...