Jump to content

Mystery

Community Contributors
  • Content Count

    2635
  • Joined

  • Last visited

  • Days Won

    88

Everything posted by Mystery

  1. Don't forget it'll take some time because the structure of the source is a lot different than eAthena + rAthena.
  2. It seems reasonable as a "Plugin" Request.
  3. May Digest 2013 The following digest covers the month of May 1st - May 31st 2013. Team Changes [*]Judas has been moved from Global Moderator to Forum Manager. [*]Mysterious has been moved from Global Moderator to Forum Manager. [*]jaBote has been moved from International Moderator to Global Moderator. [*]Joseph has joined as a Script Developer. [*]Masao has joined as a Script Developer. Development Highlights [*]Memory Slasher {May 30th Patch} (20bdc01, 5a138ce, f6bca33) [*]Instance Rework [*]Instance Functionality/Feature [*]Script Command Changes [*]Battlegrounds Queue [*]Arenas [*]Queuing [*]Queue Script Commands [*]MOTD Redesign (Dropped old design) (9080a58) [*]Third Class Effects: Update (8cc9012) [*]Support for 5,000 Skill IDs (d95d689) [*]Mapreg Saving Overhaul (3bfadf4) [*]Upgrading of Stat Server (2.5 --> 3.0) (c5986ba) [*]Hercules Plugin Manager (a2c45a8) [*]Hercules Console Input (a2c45a8) [*]Implementation of "item_nouse" (c347eba) Scripts [*]Implementation of Mora NPCs / Quests (11a90e1) [*]Custom implementation of Dwarf Mighty Hammer (b17e2b7) [*]Eden EXP quests 56-70 Rewritten (26ba1ad) Client Support [*]Update of packet.h for Ragexe 2013-05-22 (cc6defd) [*]New Packets for 2013-05-15aRagexe (2ff4db5) [*]Character Slot Change Fix (890e296) [*]2013-03-20 Packet Update (8e41dab) Statistics [*]During the period there were 103 Commits. [*]Of these 103 commits, 52 included bug-fixes. [*]11 Commits from Pull Requests [*]In this month, there were 25,241 Additions and 15,837 Deletions.
  4. You can do this VIA your SQL DB. The table you're looking for should be 'char' and you look for the column "max_hp": `max_hp` mediumint(8) unsigned NOT NULL default '0' and change accordingly.
  5. Mystery

    .o/

    Ellos Akkarin! xD
  6. I actually have a version up to level 999.. o_O --> https://github.com/Mysteries/Mysterious-Project/blob/master/DB/exp_homun.txt
  7. Don't worry. Topic Moved to Source Support.
  8. Hello Thanatos! Welcome aboard
  9. --> http://herc.ws/board/topic/129-should-i-switch-over-from-ra/ --> http://herc.ws/board/topic/619-stability/#entry4375
  10. You need to change the wording of those words in your msgstringtable.txt. Change it to like U, E, I, P
  11. Post 2 has answered topic owner's question. I'll be locking this thread before anymore disputes gets carried on. Thank you.
  12. Hello and welcome to Hercules
  13. Hopefully you guys still live on cause it'd be nice to have us combined . It's actually going pretty well. I'm excited to get my main site up very soon
  14. Please look at this thread --> http://herc.ws/board/topic/164-requested-links/ Under "Control Panels" StarGames Control Panel - https://github.com/M...mesControlPanel
  15. Our database has gotten a nice clean and sleek uplifted design. What do you guys think about it? Something a lot different than what it was before (if you remember what it looked like before)! Also, with this new design I've been working on (with the help of Strudel <3) I've also created a Character Skill Simulator and also a simple Potion Creation Calculator!
  16. Have you tried adding it to conf/maps.conf?
  17. Are the skills actually translated inside the lua though? If not, you can translate them by hand... Maybe use this to help.
  18. For flee, you need to try this: bonus bFlee,n; Flee + n For draining sp, try this: bonus2 bSPDrainRate,n,x; n/10 % probability to drain x% SP when attacking And for increasing damage received by Demi-Humans, you would want to try this: bonus2 bSubRace,n,x; +x% damage reduction against race n n: 0=Formless, 1=Undead, 2=Brute, 3=Plant, 4=Insect, 5=Fish, 6=Demon, 7=Demi-Human, 8=Angel, 9=Dragon, 10=Boss monster, 11=Other than (normal monster) boss monster But keep in mind, if you leave it as a positive number, it'll help reduce damage from a race, but if you use a negative, it'll increase damage from race.
  19. Very easy. Follow through your item_bonus.txt file. You're going to need to learn how to change something as easy as item scripts if you're running a server, so why not start now? Since you don't want to "Ignore" their defence, but just want damage increased to demi-humans, try bonus2 bAddRace,n,x; Note: This is just physical damage, not magic.
  20. Hercules' Staff Changes Staff Changes As some of you may have noticed or will notice, Hercules as been going through some staff changes; especially between myself, Judas, and jaBote. As with every other change done to Hercules, we believe these changes between the staff will be more beneficial for the community at a large and with the staff. Judas and I have been appointed to Forum Manager and no longer a Global Moderator. We were competent enough and proved ourselves that we were able to manage the community while the Administrators were busy with other things. Of course, we were excited to have taken this offer that was given to us! That's not all! Since jaBote joined the team as an International Moderator, he became very enthusiastic and has shown his capability of managing not just his own International Community, but also the rest of the forums. For this, we thought it was best for jaBote to get promoted to a Global Moderator! Also, not to fright! The Spanish Community will still be moderated by jaBote even though he is a Global Moderator. Staff Applications With the recent changes done, the Staff Applications have been moved under the tab "Others" rather than removed. For those who still wish to become part of Hercules' staff, you may do so by applying through the Staff Application process! We thank everyone for being a part of Hercules' community and as with other changes done towards Hercules, we hope these will help benefit and further grow the community!
  21. Fixed here: https://github.com/HerculesWS/Hercules/commit/dc16b498f6dc8621037e4a596cd47c369576fa23 thanks to Ind
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.