Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 08/08/2018 in all areas

  1. 2 points
    This is a thread base on common questions that are constantly being asked and lazy people not using the search bar. These have all been tested and are 100% working. Guides Section: https://pkodev.net/index.php?/forum/13-guides/ Release Section: https://pkodev.net/index.php?/forum/14-releases/ Search for Server Files/Edits/Clean Stuff/Add Ons/Websites (with back doors, use at your own risk) released to the public: https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g How to set up a server: https://pkodev.net/index.php?/topic/643-sql-2014-express-setup/ How to set up a website: https://pkodev.net/index.php?/topic/87-installing-zend-802/ How to create a glow on a set/make a vip set with stats: https://pkodev.net/index.php?/topic/419-creating-new-set-glow-effect/ How to add an Npc to a map: https://pkodev.net/index.php?/topic/545-guideadd-new-npc/ How to create a new pet upon fairy marriage https://pkodev.net/index.php?/topic/1568-add-new-pet-to-fairy-marriage How to edit Black Market - Via Exchanger + Seller: https://pkodev.net/index.php?/topic/251-black-market-npc/ How to change your Game.exe Icon: https://pkodev.net/index.php?/topic/264-guide-icon-change-gameexe/ How to make a new gem (Or edit current gems to be forged in different places): https://pkodev.net/index.php?/topic/249-create-new-gems/ How to make a instant combiner for lv4+ without losing gems if have lv4 in inventory: https://pkodev.net/index.php?/topic/1106-another-stone-combiner-npc-24/ How to make notes that do things like open bank, buff etc: https://pkodev.net/index.php?/topic/924-note-scripts-instant-110-apparel-reforge-buff-bank-repair-forge-etc/ How to make 2nd skill bar on top of current bar (1.36-1.39): https://pkodev.net/index.php?/topic/1082-fastpanel-tricks/ How to change your Server Rates (exp, pet exp etc): https://pkodev.net/index.php?/topic/24-server-rates/ How to make +27 equips in a chest: https://pkodev.net/index.php?/topic/1537-how-make-27-armor-weapon-etc-in-chest/&tab=comments#comment-10135 How to change pet max level: https://pkodev.net/index.php?/topic/2930-pet-max-lvl/&tab=comments#comment-18571 How to create new quests: https://pkodev.net/index.php?/topic/1098-create-a-quest/
  2. 1 point
    I think you are trying to start GroupServer with incompatible GroupServer.cfg. For example, 1.38 GroupServer.exe with GroupServer.cfg for 1.36 version.
  3. 1 point
    Hi @maticsito123, try to look for some useful information within your log files. You could guess it without any help, just pay attention to what you got there
  4. 1 point
    Hello, @Mist_Island! Try to replace the following code in the file SkillEffect.lua function State_Lm_Add(role, statelv) local dmg = 160 + statelv * 20 Hp_Endure_Dmg(role, dmg) end with this function State_Lm_Add(role, statelv) local dmg = 160 + statelv * 20 Endure_Dmg(role, dmg) end The idea is to remove damage from monsters that are on land
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...