Jump to content

Slammer

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Slammer

  1. ow. my mistake. now it's fix. @sader1992 can u make it choise /Slot?
  2. Thank 's for share. AddGroupChance(1,100,100,100,100,100); i change no effect.
  3. Enable [Disable packet Encryption] on nemo src\config\packets.hpp #if PACKETVER >= 20110817 /// Comment to disable the official packet obfuscation support. /// This requires PACKETVER 2011-08-17 or newer. #ifndef PACKET_OBFUSCATION #define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption #define PACKET_OBFUSCATION_WARN #endif #else to #if PACKETVER >= 20110817 /// Comment to disable the official packet obfuscation support. /// This requires PACKETVER 2011-08-17 or newer. #ifndef PACKET_OBFUSCATION //#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption //#define PACKET_OBFUSCATION_WARN #endif #else and recompile
  4. 1. edit src/common/moo.h #ifdef RENEWAL #define MAX_GUILDSKILL 20 ///Max Guild skills #else #define MAX_GUILDSKILL 20 ///Max Guild skills #endif become : #define MAX_GUILDSKILL 20 ///Max Guild skills 2.edit db/pre-re/skill_db.yml add : - Id: 10016 Name: GD_GUILD_STORAGE Description: Guild Storage Expansion MaxLevel: 5 Flags: IsGuild: true Hopefully it can help you
  5. have you already add id robe at transparentItem.lub?
  6. like poring loot item? // Whether or not the pet's will use skills. (Note 1) // Note: Offensive pet skills need at least pet_attack_support or // pet_damage_support to work (they trigger while the pet is attacking). pet_status_support: no to pet_status_support: yes note : if server has running first pet_status_support: no then pet_status_support: yes make egg/pet are disappear
  7. last i ask. u want show in lord knight class or after become lord knight it will show? if after become lord knight it will show, i can't help u.
  8. try this setup.exe Setup.exe
  9. already edit transparentItem.lub? if not, add untill last id of robe/garment.
  10. i don't have idea about change colom about tab 3rd job to 2nd. sorry.
  11. 1st job = tab 1st skill 2nd and trans = tab 2nd skill 3rd job = tab 3rd skill if u wanna custome go edit .lua file of skill
  12. you mean trans job? or job 3rd? are you indonesia?
  13. maybe u can change : [%s] opened [%s] and awarded with '%s'!!# to [%s] obtained from [%s] an item, that is '%s'!!# because if u set item like old blue box, open and announce it. it's use same id at msgstringtable...
  14. share your script. i use last data server.
  15. Try this... maybe can help floating_rates.txt
  16. if (countitem(item_id)<quality || countitem(item_id)<quality) { getitem item_id,quality; dispbottom "You need [ blablabla ]."; } if (countitem(item_id)>quality && countitem(item_id)>quality) { delitem item_id,quality; delitem item_id,quality; getitem callfunc("F_Rand",item_id,item_id,item_id,.......),1; } maybe can help you
  17. here you go weapon lv 1 +8 or high weapon lv 2 +7 or high weapon lv 3 +6 or high weapon lv 4 +5 or high and armor/acc/headgear +5 they will annouce refine_announce.txt
×
×
  • Create New...