-
Content Count
500 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by kyeme
-
Up~
-
Update your git version
-
Up~ Up~
-
Thank you <3 @@AnnieRuru
-
Thanks @neo https://github.com/MStr3am/NEMO/commit/cc7a73ec6ca70273d62e4269dd8a9cfa1a3484c5
-
@@AnnieRuru Yes, that's correct.
-
Double-Click announcer name to whisper? (Official China Gameflier System)
kyeme replied to Arcana's topic in Needs More Info
Up Up~ -
Oh sorry, What I mean is why you commented it. Anyway did you put properly the packetkeys while diffing on Nemo?
-
Why uncomment?
-
@@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
-
Dunno how to fix the error xD that is only my temporary solution to your problem Change OnPCLogoutEvent to OnPCLoginEvent xD
-
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;}
-
Hello, How to change the + sign to ~ like old client: Btw I'm using Renewal Client (2015)
-
UP~
-
Can you provide a video?
-
Remove the // ? xD
-
Change getitem 3001,1; to #CASHPOINTS += 10;
-
@@Beret its already implemented?
-
@@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 }},
-
@@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 } },
-
@@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 )