| Mirage Source http://www.miragesource.net/forums/ |
|
| Item Type Key http://www.miragesource.net/forums/viewtopic.php?f=210&t=1531 |
Page 1 of 1 |
| Author: | William [ Mon Mar 19, 2007 10:01 am ] |
| Post subject: | Item Type Key |
Introduction The bug is only when facing east (DIR_RIGHT), it just has a constant wrong. Server Side Find: Code: Case DIR_RIGHT If GetPlayerX(Index) < MAX_MAPY Then x = GetPlayerX(Index) + 1 y = GetPlayerY(Index) Else Exit Sub End If End Select Replace it with: Code: Case DIR_RIGHT
If GetPlayerX(Index) < MAX_MAPX Then x = GetPlayerX(Index) + 1 y = GetPlayerY(Index) Else Exit Sub End If End Select All that was changed was MAX_MAPY to MAX_MAPX. |
|
| Author: | Lea [ Sun Jul 13, 2008 11:54 am ] |
| Post subject: | Re: Item Type Key |
This has not yet been fixed in MSE 2.3. I will let DFA know, and bump it for anyone else. |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|