Recent content by fiction

  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
Back
Top