Jump to content

kyeme

High Council
  • Content Count

    500
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by kyeme

  1. Thanks @neo https://github.com/MStr3am/NEMO/commit/cc7a73ec6ca70273d62e4269dd8a9cfa1a3484c5
  2. kyeme

    Progress bar

    @@AnnieRuru Yes, that's correct.
  3. Oh sorry, What I mean is why you commented it. Anyway did you put properly the packetkeys while diffing on Nemo?
  4. @@AnnieRuru Can you add blacklist like in old stylist ? thank you. https://github.com/AnnieRuru/customs/blob/master/scripts/stylist.txt setarray .@blacklist[0],188,143,261; // NPC will skip any cloth colors in this array
  5. Dunno how to fix the error xD that is only my temporary solution to your problem Change OnPCLogoutEvent to OnPCLoginEvent xD
  6. same. i can't still use Emergency Call even after re-logged. Yes its not working Temporary solution: - script dfdfdfd -1,{OnPCLogoutEvent: if (strcharinfo(PC_NAME) == getguildmaster(getcharid(2))) { atcommand "@cddebug reset"; } end;}
  7. Hello, How to change the + sign to ~ like old client: Btw I'm using Renewal Client (2015)
  8. kyeme

    [Bug] Asura Strike

    Can you provide a video?
  9. Change getitem 3001,1; to #CASHPOINTS += 10;
  10. @@Beret its already implemented?
  11. @@Haru You have a good point sir, how about adding Drops_Add and Drops_Remove // Mob DB entry for PORING{ Id: 1002 // ... Drops: { Jellopy: 7000 Knife_: 100 Sticky_Mucus: 400 Apple: 1000 Empty_Bottle: 1500 Apple: 150 Unripe_Apple: 20 Poring_Card: 1 }},//In mob_db2.conf{ Id: 1002 Inherit: true Drops: { Jellopy: 5000 // Replace the current Jellopy Sticky_Mucus: 1000 // Replace the current Sticky_Mucus } Drops_Add: { Mjolnir: 1000 // Poring will now drop mjolnir } Drops_Remove: { Apple: 1000 // Remove the existing Apple with 1000 rate Apple: 150 // Remove the existing Apple with 150 rate }},
  12. @@Frost Yes I did and its working. It is nice if we have a settings like "0" to remove the specific item, so its not hard to see what changes you made { Id: 1190 Inherit: true SpriteName: "ORC_LORD" Drops: { Brood_Axe: 0 Orc_Load_Card: 0 }, { Id: 1288 Inherit: true SpriteName: "EMPELIUM" Hp: 342150 }, { Id: 1191 Inherit: true SpriteName: "MIMIC" Drops: { Emperium: 0 Rosary_: 0 Elunium_Stone: 0 Mimic_Card: 0 } },
  13. @@Haru @@4144 How to remove Orc_Load_Card using mob_db2.conf? { Id: 1190 Inherit: true SpriteName: "ORC_LORD" Drops: { Orc_Load_Card: false or 0 (is not working) } }, Its not supported? (I hate touching mob_db.conf )
×
×
  • Create New...

Important Information

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