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

kurenai

Members
  • Posts

    22
  • Joined

  • Last visited

    Never

Everything posted by kurenai

  1. Oh, I understand Thanks to everyone
  2. problem with .png to .bmp tilesets I use Photoshop Save As .bmp to Map Editor (SEB Engine - Base Engine Used: EO 2.0) Please help me ![](http://i1144.photobucket.com/albums/o496/aksakan/666_zpstmieanba.jpg?t=1427375276) I'm sorry I used google translate
  3. > Delete the map files on the client side thank you very much
  4. > Here is the full client fix for [Mirage Legacy](http://www.eclipseorigins.com/community/index.php?/topic/133489-mirage-legacy-orpg-engine-new-community-support/) 1.2.2 [https://www.dropbox.com/s/1d96m2vgy24hnj8/client.rar?dl=0](https://www.dropbox.com/s/1d96m2vgy24hnj8/client.rar?dl=0) > > If you have a custom gui just cut ,copy and past the the pic screen out of this one into yours. The pic screen its self was bugged. Show me how to fix it please *After I created the event . It appears run-time error 9 on the server.
  5. > Did you check if the picScreen size have proper calculation with your MAX_MAPX and MAX_MAPY ? > > > > The Proper Calculation of it is > > > > (MAX_MAPX + 1) * 32 = The Width Size of the PicScreen > > (MAX_MAPY + 1) * 32 = The Height Size of the PicScreen > > > > Check it if it is correct.. otherwise there's a problem within your mouse_move location >! ' Map constants >! Public Const MAX_MAPS As Long = 100 >! Public Const MAX_MAPX As Byte = (1024 / 32 - 1) >! Public Const MAX_MAPY As Byte = (512 / 32 - 1) >! Public Const MAP_MORAL_NONE As Byte = 0 >! Public Const MAP_MORAL_SAFE As Byte = 1 >! ' stuffs >! Public Const HalfX As Integer = ((MAX_MAPX + 1) / 2) * PIC_X >! Public Const HalfY As Integer = ((MAX_MAPY + 1) / 2) * PIC_Y >! Public Const ScreenX As Integer = (MAX_MAPX + 1) * PIC_X >! Public Const ScreenY As Integer = (MAX_MAPY + 1) * PIC_Y >! Public Const StartXValue As Integer = ((MAX_MAPX + 1) / 2) >! Public Const StartYValue As Integer = ((MAX_MAPY + 1) / 2) >! Public Const EndXValue As Integer = (MAX_MAPX + 1) + 1 >! Public Const EndYValue As Integer = (MAX_MAPY + 1) + 1 >! Public Const Half_PIC_X As Integer = PIC_X / 2 >! Public Const Half_PIC_Y As Integer = PIC_Y / 2
  6. **Please How to fix bug** *****[Mirage Legacy](http://www.eclipseorigins.com/community/index.php?/topic/133489-mirage-legacy-orpg-engine-new-community-support/) 1.2.2 (EO 2.3) *English isn’t my first language, so please excuse any mistakes // google translate ![](http://i.imgur.com/EHctzPi.jpg) thx all
  7. Modify and fix bug with mirage legacy >! ![](http://i.imgur.com/3sRZRxM.png) ![](http://i.imgur.com/ta5g7zC.png) >! ![](http://i.imgur.com/MNj8jmu.png) >! ![](http://i.imgur.com/7TCkFcQ.png)
  8. Compile error with Public Function LoadPNG(fileName As String, Optional Errore As Boolean) As StdPicture
  9. ![](http://image.ohozaa.com/i/2aa/t2lx0T.jpg) I can not create. EXE :sad:
  10. Help me : I find the 'init conversation if it's friendly, not found. (Server)
  11. @Arcanine1223: > in modConstants add > ``` > Public Const MAX_SERIAL_NUMBER As Long = 100 > > ```I think it was. Thank you very much EDIT : ![](http://image.ohozaa.com/i/b77/UCcGZB.jpg) ![](http://image.ohozaa.com/i/59e/BAEUlS.jpg)
  12. ![](http://image.ohozaa.com/i/b19/FzZEP.jpg) How To Fix
  13. @cudauhoan: > help? :sad: I have the same problem :sad: AND MP3 Not Play
  14. Modernno Online test My Projects ![](http://image.ohozaa.com/i/d5b/yiec1.jpg) ![](http://image.ohozaa.com/i/297/ICIWE.jpg) ![](http://image.ohozaa.com/i/6fa/bXlbT.jpg) ![](http://image.ohozaa.com/i/a05/HGMI1.jpg) ![](http://image.ohozaa.com/i/c95/WOeyK.jpg) ![](http://image.ohozaa.com/i/599/ck3Ip.jpg) http://www.mediafire.com/?c5zfo41q225a2ar PS I want to Chistal shir Edit , but I can not find the text box to change the language in the chatbox VB6 http://aldeiarpgbr.forumeiros.com/t1678-chistal-shire-soucer http://www.mediafire.com/?c5zfo41q225a2ar
  15. runtime error 9 subscript out of range :sad: ![](http://image.ohozaa.com/i/305/wlcUl.jpg) ![](http://image.ohozaa.com/i/62a/Wq0v6.jpg)
×
×
  • Create New...