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

Problem with Spell 53 | Limit?


troglodite
 Share

Recommended Posts

I made a warp spell, and it dont work and dont show the description_spell picture

Here is a screen of the spell

>! ![](http://i45.tinypic.com/23ku0x3.jpg)

Seems to be fine, but didnt work ![:(](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/sad.png) please help
Link to comment
Share on other sites

**FIXED!!!!** ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/happy.png) ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/happy.png) ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/happy.png) OH BABY!

Here is the fix:

Look this line:

```

If PlayerSpells(i) > 0 And PlayerSpells(i) <= MAX_PLAYER_SPELLS Then

```
Replace with:

```

If PlayerSpells(i) > 0 And PlayerSpells(i) <= MAX_SPELLS Then

```

Credits to [Niall](http://www.touchofdeathforums.com/community/index.php?/user/46100-niall/), fix found in [this topic](http://www.touchofdeathforums.com/community/index.php?/topic/118197-eo-fixing-spells/page__hl__max_spells)
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...