Search results

  1. fiction

    [Release] ExtendedBG for Hercules (with eAmod BG modes)

    seems that the crashes occurs because the emblem db can't be read in Extended.c Try this. Isn't a fix, but at least will not read emblem anymore, cause now we use HTTP version
  2. fiction

    [Release] ExtendedBG for Hercules (with eAmod BG modes)

    Hi @Dastgir due the big update from @4144 the plugin now it's outdated. can you please update this?. i was able to solved some errores, but i'm stucked in this error. As i see, now exist 3 GuildRequestEmblem, i used GuildRequestEmblem1, but don't know if is the correct.
  3. fiction

    Calculation with decimals

    Hi exist a way to make a calculation in decimal and the result round off?. For example... .@chance1 = (1/(1+10 **(((1580 - 1500)/400)))); .@chance2 = (1/(1+10 **(((1500 - 1580)/400)))); .@score1_new = 1500 + 32(1 - .@chance1); .@score2_new = 1580 + 32(0 - .@chance2); _____ .@chance1 =...
  4. fiction

    [R]: plugin for viewcondition

    Hi, someone can make plugin for viewcondition from @Zell https://rathena.org/board/files/file/4130-script-command-viewcondition/ Thank you :D
  5. fiction

    [Q] Countdown time via SQL

    Hi, i'm wondering how can i create a countdown via SQL, this need to be trigger everytime that the user connect to the server. I'm writting a script that boost the experience of the user for a X time configured, so, for example, if the system give 1 day of increased experience, so i need to...
  6. fiction

    Q> Instance - Player Dies

    Hi,   since as i know OnPcDieEvent can't be used in instance, exist a form to retrieve information when a player dies in an instance?
  7. fiction

    Ind will be back?

    someday Ind gonna be back :( ?
  8. fiction

    Doubt > How to use LapineDdukDdak

    Hi, how can i use this system in pre-renewal?. currently i have added to an item the script openlapineddukddakboxui, i complete the requeriments, but nothing happens.
  9. fiction

    R> Perfect Hit

    Hi, im looking for adding an effect to this status. Currently can hit character with Flee, i wanted to this bonus can hit characters with PD too.
  10. fiction

    How to use mobskilldb convert

    Hi, wondering what i'm doing wrong with this: [root@test Hercules]# python2 /home/lothar/Hercules/tools/mobskilldbconverter.py pre-re /home/lothar/Hercules/ Traceback (most recent call last): File "/home/lothar/Hercules/tools/mobskilldbconverter.py", line 264, in <module&gt...
  11. fiction

    Attendance System - Restriction

    Hi, is there any method to restrict Attendance System to not be per character ?. Currently this system can be easily exploitable making new characters.
  12. fiction

    Element Acid Demostration

    Hi, how can i convert Acid Demonstration based on the weapon element?. I tried changed in skill_db but has no effect. I'm using pre-renewal mode.
  13. fiction

    [Q] Skip sql update

    Hi, recently i restore a sql DB. But in the map-server, appear the following: [SQL]: - detected 57 new SQL updates [SQL]: -- 'sql-files/upgrades/2013-02-14--16-15.sql' [SQL]: -- 'sql-files/upgrades/2013-02-15--18-06.sql' [SQL]: -- 'sql-files/upgrades/2013-03-05--01-05.sql' [SQL]: --...
  14. fiction

    [Q] Save current Item bonus

    Hi, how can i store the current item bonus ?. i'm having trouble when i use an enchantment npc with an item that have item bonus, because the enchantment override the currently bonus. i think it's something with getequipoption , but i don't know how to store the current item bonus and set...
  15. fiction

    [R] Item Evo Compability

    Hi, i'm wondering if someone can make compatible this niec system from @Omnipotent https://pastebin.com/3R39TV8t
  16. fiction

    Q> Regarding mob_item_ratio

    Hi, i've a confusion regarding to mob_item_ratio. In rAthena, i remember that when i add an item that a mob doesn't have, the item appear with the porcentage that i specifiqued. Currently in my items drops, i have all the etc, healing, equip in 100% possibility to drop. I'm looking for make...
  17. fiction

    Random Options on Monster Drops

    @KirieZ Hi, i'm trying to implement this but isn't working for me.Hi, i'm triying to implement this but isn't working for me. I have the following in my option_drop_groups.conf: option_drop_group_db: ( { ValkRandom: ( { Rate: 5000 CLASS_DAMAGE_BOSS_TARGET: 5, // 5% más...
  18. fiction

    [Release] ExtendedBG for Hercules (with eAmod BG modes)

    @Dastgir In Release v2019.05.05 i have the following error: before the update, this wasn't happening
  19. fiction

    Extended Vending - Items in Unknown

    Hi, i'm wondering if i'm the only one who see his currency item list in unknown mode. The system is currently working, but it's annoying that the selling type show with unkown items. Zeny ID = 39000 Cash ID = 39001 Client Date = 20181226 Plugin = ExtendedVending Things that i already...
  20. fiction

    H> unlock menu with certain requeriments

    Hi, i'm wondering if is possible to unlock menu option of a NPC with certain requeriments. For example, the NPC give 3 menu options. - The first one will be in black (available), because is the default option - The second one will be in gray (unavailable), until the character complete certain...
Back
Top