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

Dzastin

Members
  • Posts

    148
  • Joined

  • Last visited

    Never

Everything posted by Dzastin

  1. hmm, and someone may have on 24 bit BMP files?
  2. Public Const MAX_PLAYERS As Long = 70 Public Const MAX_ITEMS As Long = 255 Public Const MAX_NPCS As Long = 255 Public Const MAX_ANIMATIONS As Long = 255 Public Const MAX_INV As Long = 35 Public Const MAX_MAP_ITEMS As Long = 255 Public Const MAX_MAP_NPCS As Long = 30 Public Const MAX_SHOPS As Long = 50 Public Const MAX_PLAYER_SPELLS As Long = 35 Public Const MAX_SPELLS As Long = 255 Public Const MAX_TRADES As Long = 30 Public Const MAX_RESOURCES As Long = 100 Public Const MAX_LEVELS As Long = 100 Public Const MAX_BANK As Long = 99 Public Const MAX_DOTS As Long = 30 Public Const MAX_HOTBAR As Long = 12 Public Const MAX_PARTYS As Long = 35 Public Const MAX_PARTY_MEMBERS As Long = 4
  3. txtChat (the Chat-Box) how can i do to : txtMyChat?
  4. Private Sub cmdRain_Click() Weather = "Deszcz" Dim I As Integer For I = 1 To MAX_PLAYERS If IsPlaying(I) Then Call SendWeather(I) End If Next I End Sub ''Variable not defined''
  5. ``` ' Check if completed walking over to the next tile If Player(Index).Moving > 0 Then If GetPlayerDir(Index) = DIR_RIGHT Or GetPlayerDir(Index) = DIR_DOWN Then If (Player(Index).XOffset >= 0) And (Player(Index).YOffset >= 0) Then Player(Index).Moving = 0 If Player(Index).Step = 0 Then Player(Index).Step = 2 Else Player(Index).Step = 0 End If End If Else If (Player(Index).XOffset
  6. @thezeus: > I've been messing with blt; however, I'm having some trouble modifying it to use the following type of sprite. > > ![](http://i747.photobucket.com/albums/xx117/richconner/tadpole.jpg) > > The frame goes, up, down, left, right. 2 are walking and the final is attacking. > > Do you have any advice or assistance. I appreciate any help beforehand. I have the same problem what thezeus. Please, help me and he!
  7. @thezeus: > And yes, I know the right order is goofed up. This was a quick example of the format I have. Yes, i have the same question.
  8. Hi, I worked it out with the previous problem. But I would like to characters in the game went in one direction using 3 frames and not 4 as it is now. How do I do? Thanks ;)
  9. Hey, I was using Eclipse origins to make the game. I'm ''create'' character and paperdoll sprites to my game in EO1.1: Eclipse Origins 1.3 Uses a new format for reading sprites. How can I restore the old way read graphics in the new eo? Thanks! :bstar:
  10. When players enter the game instead of the game window opens to them sometimes: -create an account Editors item, spells, NPC Help!
  11. Hi, when i active Quest Sytem by Qazek i have Run Time Error in server 13 : Mismatch If GetVar("data\guest\" & GetPlayerName(Attacker) & ".ini", "QUEST", "Quest" & Npc(NpcNum).QuestNum) = 0 Then I have Quest folder in data. Thanks
  12. Thans for help….you really great...lock the topic.
  13. Yes, Max Items = 500 in server, and client already written this
  14. Yes, Public Const MAX_PLAYERS As Byte = 70 Public Const MAX_ITEMS As Long = 500 Public Const MAX_NPCS As Long = 500 Public Const MAX_ANIMATIONS As Long = 255 Public Const MAX_INV As Byte = 35 Public Const MAX_MAP_ITEMS As Byte = 255 Public Const MAX_MAP_NPCS As Byte = 30 Public Const MAX_SHOPS As Byte = 50 Public Const MAX_PLAYER_SPELLS As Byte = 100 Public Const MAX_SPELLS As Byte = 255 Public Const MAX_TRADES As Byte = 20 Public Const MAX_RESOURCES As Byte = 100 Public Const MAX_LEVELS As Byte = 150 Public Const MAX_BANK As Byte = 100
  15. Yes, Max Items = 500 in server, and client
  16. you can try for me to install eo, check with your work? thanks
  17. Hello, I have a problem When respawn item above number 255 have got a error : Run time 6 Please help :sad: http://yfrog.com/j6imghdp
  18. Thank you, this tutorial is great :azn:
  19. how can I use this to the attack sound?
  20. Hi, can someone explain to me what changed in the code that you can spawn above item number 255?
  21. Hey, when players try to get into the game pops up the Run Time Error 91: Object variable or With block variable not set Can someone tell me how to fix the pink bug?
×
×
  • Create New...