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

totalwar235

Members
  • Posts

    105
  • Joined

  • Last visited

    Never

Everything posted by totalwar235

  1. i meant for more items not for maps
  2. how do you add access to more or bigger item tiles sets in your game
  3. did you make sure you made the sprite size right (32x64)
  4. i found it out. the server messed up my password to password1
  5. Im trying to run the game client on a vista.. its 2.7 version of ee.. what do i need to run it?
  6. im having the exact same problem, where can you find the dimensions of each file so that we can fix it
  7. yes, ive been using the game maker for almost 6 months now without problems
  8. it depends, right now it is occurring when i open NPC editor but it has also happened when i log in and when i edit items
  9. it says…. --------------------------------------------------------------------------- runtime error 480 can't autoredraw image --------------------------------------------------------------------------- anyone know how to fix this?
  10. is it for the correct version of ecliplse you are using. somtimes comands get changed around between versions
  11. i have no idea, the longest ive played an online game was 1 year(11 more months than i played WoW). but from what i hear its just the fact that there are so many people that play.
  12. i think any mmo game that makes you pay a monthly fee is bad
  13. no like it will be placed on the ground, you can pick it up and then there is a new one in about a minute
  14. is there a way without scripting to have items re-spawn on map tile constantly
  15. totalwar235

    Spells

    level up spells- you need to script that casting- you have to click the spell until it is memorized then you have to click your target a few time area of effect- yes it targets all the people in the area
  16. im almost definably sure you need a better host than freewebs
  17. totalwar235

    Mabinogi

    i just stopped playing mabinogi 4 months ago, it has such a bad lag and it got boring after month 4\. i play guild wars a lot more now(its the only "free game" that can stand against WoW)
  18. ya use a warp tile and place the right x y coordinates to get in, then move yourself inside and create a way out( if you want to)then when save it you can move between the two maps
  19. ok i fixed it now but i want to make sure it will work before i try agian Case 3 Random = Rand(0,2) Select Case Random Case 0 CallPlayerWarp(index, 31, 9, 0) Case 1 CallPlayerWarp(index, 31, 30, 15) Case 2 CallPlayerWarp(index, 31, 9, 30) End Select Exit Sub
  20. ok i just wrote the script but it will not work can someone show me what i screwed up? Case 3 Random = Rand(0,2) Select Random Case Case 0 CallPlayerWarp(index, 31, 9, 0) Case 1 CallPlayerWarp(index, 31, 30, 15) Case 2 CallPlayerWarp(index, 31, 9, 30) End Select End if Exit Sub
  21. ok i just wrote the script but it will not work can someone show me what i screwed up? Case 3 Random = Rand(0,2) Select Random Case Case 0 CallPlayerWarp(index, 31, 9, 0) Case 1 CallPlayerWarp(index, 31, 30, 15) Case 2 CallPlayerWarp(index, 31, 9, 30) End Select End if Exit Sub
  22. you just have to extend the current spaces of tiles
×
×
  • Create New...