Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. what's 3CeAM version do you want? latest?
  2. Working for rAthena svn17128 at_afk2-rA17128.patch
  3. please don't re-post your old post - http://rathena.org/board/topic/78084-help-about-link-status
  4. I don't know this is working or not, I just tried make this for svn17127 references soulink-mods.patch
  5. item_drop_common_min: [value] item_drop_common_max: [value] [value] for every _min and _max drop.conf have range between 1 (0.00%) until 10000 (100.00%) if you set them more than 10000, they will be set to default, 1 { "item_drop_common_min", &battle_config.item_drop_common_min, 1, 1, 10000, }, is { [variable_name], &battle_config.[variable_name], [default_value], [min_value], [max_value], }, You don't need change the rates here, just need change them on your conf/battle/drop.conf if you want to super high rate, maybe the _min you can set for 8000 (every item has drop rate minimum 80%) and the _max you can set for 10000 (every item has drop rate maximum 100%), they're mean that your server will has drop rate between 80%~100%, and you can try the _common and _boss rate with value that maybe you'd love. haha
  6. ohh yeah, I ever seen that post long time ago, then I try to find but I can't found it because I want to post this thread on that post.
  7. item bonus bNoElestone - No need Flame, Ice, Wind Stone, and Shadow Orb on skill requirement
  8. ohh yeah, you're right. I forgot it because I made the .patch file manually, taken from test server, many mods there. Update the patch file, I hope it's working now.
  9. the only problem on Manage Skill Damage v2.0.patch is, if old svn variable names doesn't change it will not causing error. Old svn is using int skill_num and some latest is using uint16 skill_id but, however, if this is be official svn, every core changes will be updated, user doesn't need to change the sources
  10. Ohh yeah, my bad, made patch file. It should doesn't need Ninja Link Thank's update rev.1
  11. // 0x00400 - (A) Log player created/deleted items (through @/# commands)
  12. 0x00404 = 0x400 (A=item by atcommand), 0x004 (P=item that dropped/picked by player/pc) to disable P, only by atcommand enable_logs: 0x00400
  13. you already have atcommand with @lockcommand, look at line 8461 (read your error msg). because u had sent PM me before for that @lockcommand (@lock) and I gave you link to my post on eAthena. LOL
  14. thank you update it to fisrt post, if you don't, maybe people always asking "can be used for latest svn?" there is section to talk about it, not in this release post. http://rathena.org/board/topic/74621-manage-skill-damage-by-lilith
  15. yeah, high rate servers.. haha waiting for other voices..
  16. Lilith's Faction system is the best way I think..
  17. As I far as know as some private servers admin (LOL, at least 3 servers), the owner asked with similiar question and sentence, "why the skill have low damage? Can you fix it? we need adjust some damages of skills" Before I adjust them manually, edit some source of skill formula, until I found Manage Skill Damage [2.0]. So I was going to implement it although must convert them to different emulator (3CeAM and eAthena). I agree if this mod can be official svn..
  18. Nude is the script command, this is an atcommand, that's the difference. I think she says there was already a function that does that. You can just use bindatcmd and nude. But still, this is a good share xD yeah just like nude script, unequip script insipiring me, that why I make @unequipall. actually I made for my old server that doesn't have bindatcmd, I found this and I try to share this.. haha
  19. if you know the item_id, go find the item_id on data/idnum2resnametable.txt
  20. Information How to you use? Attach this custom script, usually is used in NPC script storagecountitem <item_id>; storagedelitem <item_id>,<amount>; Screenshots Download storagecountitem.patch: storagecountitem-rA.patch storagedelitem.patch: storagedelitem-rA.patch Sample NPCs script storagecountitem: storagecountitem.txt storagedelitem: storagedelitem.txt **If you like this mods, could you rate this post and give me rep +1?** **Idea is requested by someone, he wasn't able to pay me, so I release this as free mod. **
  21. Information How to you use? Attach this custom script, usually is used in NPC script cartcountitem <item_id>; cartdelitem <item_id>,<amount>; Screenshots Download cartcountitem.patch: cartcountitem-rA.patch cartdelitem.patch: cartdelitem-rA.patch Sample NPCs script cartcountitem: cartcountitem.txt cartdelitem: cartdelitem.txt **If you like this mods, could you rate this post and give me rep +1?** **Idea is requested by someone, he wasn't able to pay me, so I release this as free mod. **
×
×
  • Create New...