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

Noah

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Everything posted by Noah

  1. Noah

    [EO] Sprite BUG

    **How i change order sprite on character? When i equip my SWORD (weapon),she gets behind in my armor.** ![](http://img692.imageshack.us/img692/6104/94434253.jpg)
  2. You can find on ModGameLogic ``` Case MOVING_RUNNING: MovementSpeed = ((ElapsedTime / 1000) * (WALK_SPEED * SIZE_X)) ``` And Change for ``` Case MOVING_RUNNING: MovementSpeed = ((ElapsedTime / 500) * (WALK_SPEED * SIZE_X)) Your Character will run ```
  3. Noah

    [EO] Game Encryption

    How I encrypt my graphic files? characters,tiles,animations,etc..
  4. Run-Time Error '61' Disk Full, What is this?
  5. Noah

    Hotkey EO 1.5

    Why hotkey don't work? I make 4 classes, and hotkey works just 1
  6. Noah

    Bow On EO

    How i create a bow with arrows on EO 1.5?
  7. Animation tile is very necessary for the details on the map.
  8. Noah

    I'm n00b

    **It's not necessary restart the server, Just restart the client, but your images should be in .BMP (bitmap)**
  9. Cool, the system works, but you need kill a monster to finish the quest after talk with npc. but the system works, i'll use. Nice Work.
  10. How do I increase the points of status for more than 255? when i edit the variable byte to long, don't work, I can not increase the level, status, etc. .. to over 255.
  11. not that, I want to be able to change their passwords, deleting items from their inventory, change the name of the character, etc …
  12. **I need a char Editor for Eclipse Origins or how to edit characters it's very necessary for add items vips in my players, etc… Why the players are ever blocked?**
×
×
  • Create New...