Search results

  1. 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 =...
  2. 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
  3. 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...
  4. 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?
  5. fiction

    Ind will be back?

    someday Ind gonna be back :( ?
  6. 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.
  7. 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.
  8. 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...
  9. 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.
  10. 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.
  11. 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]: --...
  12. 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...
  13. fiction

    [R] Item Evo Compability

    Hi, i'm wondering if someone can make compatible this niec system from @Omnipotent https://pastebin.com/3R39TV8t
  14. 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...
  15. 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...
  16. 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...
  17. fiction

    Q> about setunitdata

    Hi, i'm having problem with the setunitdata hp, max hp and lvl. For some reason isn't working for me, for example i made the following script: .@LordBaphomet[0] = monster(.@map$, 145, 311, "--ja--", 1929, 1, .@label$ + "::OnBaphometDead"); setunitdata ( .@LordBaphomet[0],UDT_HP,35000000)...
  18. fiction

    Q> rentitem with random option

    Hi,  in Herc, exist any method to use rentitem with random option system?. For example, in rathena exist rentitem3, where i can use the flag RandomIDarray, RandomValueArray, etc *rentitem3 <item...
  19. fiction

    Q> use for tb_layer_priority

    Hi, what is the use for tb_layer_priority in lua files/datainfo i've added some customs items to my server, and the client return the follow error: Client: 20181226
  20. fiction

    Q> About compatibility Shop variables

    Hi to all,    In herc, what is the way to manipualte custom shops via npcshopdelitem, npcshopadditem, etc? For example, in rathena, when i use shops that the currency is an item, i use itemshop, like this... -    itemshop    asdfas    -1,7828,13036:100,13411:100 and then i call that shop...
Back
Top