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

benedek11

Members
  • Posts

    84
  • Joined

  • Last visited

    Never

Everything posted by benedek11

  1. i believe that's funny but please explain it :D
  2. All the variables in modTYPES only? And which line is packet building buffer if i may ask?
  3. Hi guys! The problem is about max stat again. I tryed to change that line in modTYPE: Stat(1 To Stats.Stat_Count - 1) As Byte to Stat(1 To Stats.Stat_Count - 1) As Long i did this in client's and server's too, deleted the accounts, but it is still not working. I think i changed a wrong line? (the point is to get the max stats=10.000 or more) What do you think guys? What do i need for this changes? Please help me this is my last question, and i can make my game T_T.. P.S.: sorry for those topic spams,but i don't know how to delete the solved ones
  4. thank you / solved :) check my new issue pls
  5. :( could you ask somebody for me?
  6. it isnt working :o Stat(1 To Stats.Stat_Count - 1) As Long i changed everything to this what u said, and deleted accounts but nothing :o
  7. there are mor than one line like this : 1. Private Type ClassRec Name As String * NAME_LENGTH Stat(1 To Stats.Stat_Count - 1) As Byte 2. Private Type NpcRec Name As String * NAME_LENGTH AttackSay As String * 100 Sound As String * NAME_LENGTH Sprite As Long SpawnSecs As Long Behaviour As Byte Range As Byte DropChance As Long DropItem As Long DropItemValue As Long Stat(1 To Stats.Stat_Count - 1) As Byte which one? i tried to change both but then when i run the server it says overflow
  8. Public Const MAX_Byte As Long = 10000 so like this? but the max byte thing is at client only :o And with only the client's modified like this it is not working
  9. How to change the max stat limit? I found that max_byte= 255 thing ,but when i try to change it to 300 it says overflow (this is because byte is 255max) , but then how to go over 255? to make stats like 10k?
  10. benedek11

    VB6 error

    okay guys SOLVED! thank you
  11. benedek11

    VB6 error

    could you give me a link please?:)
  12. benedek11

    VB6 error

    When i make a change in a .bas file with VB6 (like in client's) and i press File –-> Make Eclipse Origins.exe to compile, it says compile error: Method or data member not found. (and it's highlight a codepart: .Socket) Why i can't save my changes?:o
  13. you are nearly right.. i need only this for my game,but i can't do it.. :/ i don't really know why it is not working for me
  14. Hi guys! okay i tryied everything but it's not working for me.. I can't make it myself. could anybody make me a server/client and upload it which contains these limits working?:( : Max stats(that byte thing)= 10.000 Public Const MAX_PLAYERS As Long = 100 Public Const MAX_ITEMS As Long = 1500 Public Const MAX_NPCS As Long = 1500 Public Const MAX_ANIMATIONS As Long = 1500 Public Const MAX_INV As Long = 35 Public Const MAX_MAP_ITEMS As Long = 1500 Public Const MAX_MAP_NPCS As Long = 1500 Public Const MAX_SHOPS As Long = 1500 Public Const MAX_PLAYER_SPELLS As Long = 1500 Public Const MAX_SPELLS As Long = 1500 Public Const MAX_TRADES As Long = 50 Public Const MAX_RESOURCES As Long = 1500 Public Const MAX_LEVELS As Long = 100? (umm if its means max char level then 500) Public Const MAX_BANK As Long = 1500 Public Const MAX_HOTBAR As Long = 12 Public Const MAX_PARTYS As Long = 35 Public Const MAX_PARTY_MEMBERS As Long = 5 Public Const MAX_PLAYER_PROJECTILES As Long = 100 (i use the modification that Captain Wabbit made, and this need to be 100 as possible –->the original is 20) Max_maps= 1500 I would be very thankful if somebody is make that for me..i will put his/her name into the credit list near Captain Wabbit's name.. please guys this is a minute for you! :( P.S.: pls dont say how to do it, because i can't do it :(
  15. Compile error: method or data member not found ( it highlights a part: .Socket)
  16. um i got VB6.. what to do for now? i open modConstants as project and is change the values like above, but if i want to warp to map 105 i can't.. 100 is the max :( why? (p.s i did this in client's modconstants and server's too)
  17. umm i don't know how to use vb6 where to download etc.. i thought you can do it for me o.o but if this is so hard then..
  18. Hi guys! okay i tryied everything but it's not working for me.. could anybody make me a server/client and upload it which contains these limits working?:( : Max stats(that byte thing)= 10.000 Public Const MAX_PLAYERS As Long = 100 Public Const MAX_ITEMS As Long = 1500 Public Const MAX_NPCS As Long = 1500 Public Const MAX_ANIMATIONS As Long = 1500 Public Const MAX_INV As Long = 35 Public Const MAX_MAP_ITEMS As Long = 1500 Public Const MAX_MAP_NPCS As Long = 1500 Public Const MAX_SHOPS As Long = 1500 Public Const MAX_PLAYER_SPELLS As Long = 1500 Public Const MAX_SPELLS As Long = 1500 Public Const MAX_TRADES As Long = 50 Public Const MAX_RESOURCES As Long = 1500 Public Const MAX_LEVELS As Long = 100? (umm if its means max char level then 500) Public Const MAX_BANK As Long = 1500 Public Const MAX_HOTBAR As Long = 12 Public Const MAX_PARTYS As Long = 35 Public Const MAX_PARTY_MEMBERS As Long = 5 Public Const MAX_PLAYER_PROJECTILES As Long = 100 (i use the modification that Captain Wabbit made, and this need to be 100 as possible –->the original is 20) Max_maps= 1500 I would be very thankful if somebody is make that for me..i will put his/her name into the credit list near Captain Wabbit's name.. please guys this is a minute for you! :(
  19. 1\. what you mean in changing it to long or integer? 2.i did this and it is not working :( ah so could you or anybody make me a server/client and upload it which contains these limits working?:( : Max stats(that byte thing)= 10.000 Public Const MAX_PLAYERS As Long = 100 Public Const MAX_ITEMS As Long = 1500 Public Const MAX_NPCS As Long = 1500 Public Const MAX_ANIMATIONS As Long = 1500 Public Const MAX_INV As Long = 35 Public Const MAX_MAP_ITEMS As Long = 1500 Public Const MAX_MAP_NPCS As Long = 1500 Public Const MAX_SHOPS As Long = 1500 Public Const MAX_PLAYER_SPELLS As Long = 1500 Public Const MAX_SPELLS As Long = 1500 Public Const MAX_TRADES As Long = 50 Public Const MAX_RESOURCES As Long = 1500 Public Const MAX_LEVELS As Long = 100? (umm if its means max char level then 500) Public Const MAX_BANK As Long = 1500 Public Const MAX_HOTBAR As Long = 12 Public Const MAX_PARTYS As Long = 35 Public Const MAX_PARTY_MEMBERS As Long = 5 Public Const MAX_PLAYER_PROJECTILES As Long = 100 (i use the modification that Captain Wabbit made, and this need to be 100 as possible –->the original is 20) Max_maps= 1500 I would be very thankful if somebody is make that for me..i will put his/her name into the credit list near Captain Wabbit's name :) please guys
  20. These are the problems: 1.Where i can change the Max stat limit? i mean to make caps like 2000 not only 255.(i found that max byte as long =255 but if i change it the max stat still 255) Anyone can make a tutorial, or simply explain it?:o to make the limit to 10.000 2.I found modConstants thing like max_map as long= 100, and i changed it to more like 120, i did this in the client's and the server's modConstants too, but in the game the max map is still 100\. How to change them?
  21. Hey guys! I have 2 questions which need to be answered: 1.Where i can change the Max stat limit? i mean to make caps like 2000 not only 255. 2.When i level my char i cant put points to each stat? why i cant? i need a trainer?
  22. benedek11

    Max things 2

    but where i can change it like to max stat= 2000
  23. benedek11

    Max things 2

    umm 1 more question, where are the max stat limits because i didnt find in that mod thing
×
×
  • Create New...