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

[Bug Fix] Fixing Small Errors


Valentine90
 Share

Recommended Posts

**Sorry my english**

**Bug 1**

I noticed the editor of spells, that the more you change the direction in which the player will be teleported to change by a kind of magic, the player is not chosen this direction:

![](http://img189.imageshack.us/img189/2125/34095202.png)

**Open Server**

**1** - In **modCombat**, look for:

```
SendAnimation mapnum, Spell(SpellNum).SpellAnim, 0, 0, TARGET_TYPE_PLAYER, Index
```

**2** - Below this line add:

```
SetPlayerDir Index, Spell(SpellNum).Dir
```

**Bug 2**

I noticed the same editor spells the maximum number of graphics magic is not the amount of graphics that exists in the folder, as occurs with other editors

![](http://img201.imageshack.us/img201/2821/71840658.png)

**Open Client**

**1** - In **modGameEditors**, look for:

```
.scrlMap.Max = MAX_MAPS
```

**2** - Below this line add:

```
.scrlIcon.Max = NumSpellIcons
```

**Credits:**

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