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

Markz88

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Markz88's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. @Erkro1: > 1\. This should be in Q&A > 2\. Read this : http://www.touchofdeathforums.com/smf/index.php/topic,71317.0.html 1\. I'm sorry 2\. Thank you so much =)
  2. Hi all, i have to display a message when a player walks on a tileset. How to do it on EO 2.0?
  3. There is a bug! If we have a map with a midi music and a one with mp3 music, when we are in the midi map and we warp to the mp3 map, the midi music never stop… same for the reverse.. how to resolve it?
  4. Hi all, i used EO XMAS edition but today i want to use EO 2.0… but there is a problem... when i import my maps in EO 2.0 i get runtime error 9 (server side) and client crash.. how can i resolve it?
  5. Hi all, can i have the .psd file of the standard EO's gui?
  6. hi, is there somebody that has pokemon items compatible with EO 2.x.x? Thx
  7. Case SPELL_TYPE_DAMAGEHP DidCast = True For I = 1 To Player_HighIndex If IsPlaying(I) Then If I index Then If GetPlayerMap(I) = GetPlayerMap(index) Then If isInRange(AoE, x, y, GetPlayerX(I), GetPlayerY(I)) Then If CanPlayerAttackPlayer(index, I, True) Then SendAnimation mapNum, Spell(spellnum).SpellAnim, 0, 0, TARGET_TYPE_PLAYER, I PlayerAttackPlayer index, I, Vital, spellnum End If End If End If End If End If **Compile error Variable not defined** ' send vitals to party if in one If TempPlayer(index).InParty > 0 Then SendPartyVitals TempPlayer(index).InParty, index **Compile error Sub or Function not defined**
  8. @Yami: > ``` > If GetPlayerInvItemNum(MyIndex, InvNum) = Player(MyIndex).Pet Then > Call AddText("You can't drop an item that is currently in use!", BrightRed) > Exit Sub > End If > ```That's probably the code you need.. I think the Mount UDT entry is a custom one for his own game.. :) It works :) thx
  9. I used your fix, but when I go to compile my client.exe I get this error: If GetPlayerInvItemNum(MyIndex, InvNum) = Player(MyIndex).Mount Or GetPlayerInvItemNum(MyIndex, InvNum) = Player(MyIndex).Pet Then Call AddText("You can't drop an item that is currently in use!", BrightRed) Exit Sub End If **Compile error: Method or data member not found.**
  10. @Lightning: > Change the rendering order of the player and pet. What I did when I first started out my Pet System was switch the drawing orders around depending on which way the player is facing. Thanks… It works!! :cheesy:
  11. Little bug (arrow key: down): ![](http://i55.tinypic.com/30u6dtf.jpg) how to fix?
  12. I have EO Xmas Edition and I've installed this tut, the server runs without problems but when I run the client, and I try to register a new account, I get the runtime error 91: "Object Variable or With Block variable not set"… how to fix it?
  13. Hi, there is a tut for the scripted spells in EO? I've an old tut for elysium, can I use it?
×
×
  • Create New...