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

DarkScythe57

Members
  • Posts

    142
  • Joined

  • Last visited

    Never

Everything posted by DarkScythe57

  1. me and my friends need a new GUI. We cannot make one ourselves because we are 10 years old. If you will make a GUI for us, try to make look like it was a medival GUI with dragons. Thanks
  2. Is there a custom made eclipse that has pets, guilds and altars quest system? I need to know soon!
  3. can u guys try to send me a link or something. Also what source will i need to edit?
  4. Is there a way you can make eclipse origins fullscreen? And also is there any one that is willing to give me a free gui. PLZ
  5. @Robin: > You answered your own question there. How did i answer the question???
  6. Is there a way you can add your server to your website? Just like how Robin did for Crystal Shire. You register on the website and login on the game. I also need help setting the auto updater. PLEASE HELP!
  7. When i replace that i get variable not defined and it is referring to txtREmail.text
  8. @GoldSide: > also let me know something was wrong :D found somthing wrong. for the first task it says to replace this code. with wat do we replace this code with?
  9. It is okay guys, me and my friends have decided to start the game all over again with new features and stuff. Thanks!
  10. @Robin: > Sounds like you set your UDTs too big. What are your MAX_ values set to? > > You'll get this error if a static value is over 64,000 bytes. Works fine if you dynamically create it, though. how do i check that?
  11. I did a few edits in my server using Visual basic 6 and when I try to compile everything together I get this Compile Error: Fixed or Static data can't be larger then 64k. It is referring to to this codePrivate Type PlayerRec ' Account Login As String * ACCOUNT_LENGTH Password As String * NAME_LENGTH ' General Name As String * ACCOUNT_LENGTH Sex As Byte Class As Long Sprite As Long Level As Byte Hair As Long exp As Long Access As Byte PK As Byte ' Vitals Vital(1 To Vitals.Vital_Count - 1) As Long ' Stats Stat(1 To Stats.Stat_Count - 1) As Byte POINTS As Long ' Worn equipment Equipment(1 To Equipment.Equipment_Count - 1) As Long ' Inventory Inv(1 To MAX_INV) As PlayerInvRec Spell(1 To MAX_PLAYER_SPELLS) As Long ' Hotbar Hotbar(1 To MAX_HOTBAR) As HotbarRec ' Position Map As Long x As Byte y As Byte Dir As Byte 'ALATAR PlayerQuest(1 To MAX_QUESTS) As PlayerQuestRec '/ALATAR End Type Please HELP ME! I AM USING EO AND VISUAL BASIC 6 ENTERPRISE EDITION
  12. Thnx guys! It worked for my quest, maps and item! I OWE YOU!
  13. @Growlith1223: > yes you can…goto modConstants and look for MAX_MAPS = 100 and change it to whatever. > > YOU MUST CHANGE IT ON THE SERVER TOO!!! I did that but when I try to make it over 255 maps in says over flow!
  14. In eclipse engine can you have more then 255 maps? I need to have more then 255 maps because my game will have constant updates, so I will need lots of maps. Please tell me how to!
  15. @Justn: > I'll help with ur mom if u really want does that mean u will help with my game
  16. Io think I missed spelled mmo
  17. Is there a way where you can add pvp in Eclipse, but you do not becom a player killer? ALSo if you wanna help with my mom send me a message.
  18. Every time I kill a monster in my game they do not spawn back! This is a weird glitch! Please help!
  19. thank u soo much! and thank u for helping me choose the quest system!
  20. @Her0â„¢: > I'm pretty sure you can set the spawn in the properties on each map, if you can't, I know that some older games make it so if you walk over a certain tile your spawn is set there, (I.E a bed in an Inn). How do you change it in the properties?
  21. I am making a game called Genesis Unleashed. In the game there is map number 1 is a training spot for all noobs. In the game every time you die you go back to training. Is there a way i can change that, so you don't have to start from training every time you die? Thanks!
  22. Hey guys, I am 100% new to VB6\. I made some changes on how the program is and now I just need to compile the project. How do you compile? Please can u show me questions step-by-step on how to compile my project. P.S try to add pics Thanks
  23. @Justn: > Are you compiling your project after your done? how do u compile??
×
×
  • Create New...