Jump to content

Random756

Members
  • Content Count

    50
  • Joined

  • Last visited

Posts posted by Random756


  1. Hi

     

    I have some trouble with the adoption system. I followed every step of adoption :

     

    Female and male married in a party, they're both 99/70 (so no level problem). 

    They're both wearing their wedding ring.

    The soon to be baby is in the same party, lvl 1/1 novice. 

    They're only 3 in the party.

    They have never adopted anyone else. 

     

    But still, they can't right clic on the soon to be baby and adopt him. 

     

    Does someone have an idea of what is wrong ? Is there any command to directly make people adopt ? 

    I remember that people had to ask to an npc to adopt someone, i did a lot of search but everytime it doesn't mention any npc, just a party of 3 (married couple + the soon to be baby) and that's it, just a right clic on the novice and then chose "adopt". Is that right ? Because it's really not working here. 

     

    Thanks in advance :)


  2. Really interesting, i don't know the math behind that, what is the "total chance" of infliging coma if I have 4 LoD for exemple (for exemple, 1,01 x 1,01 x 1,01 x 1,01 or something else). Would be really helpful for me to know, I need to do some search on it too x). 

     

    By the way, can anyone tell me if he has access to the download of this topic (the one that critica posted) https://rathena.org/...ct-stack-limit/ or is it too old (or my account on rathena is somehow restreined ?)


  3. Hi everyone, i was wondering if it was possible to change the script of some card effect so that they can't stack with themselves. 

     

    For exemple, if i want to boost Lord of the death card to 1% chance to coma, BUT if you equip multipl LoD card, the effect doesn't stack and you still have the 1% chance to coma, even if you've 4 LoD in your weapon. Is it possible ? If yes, can someone tell me how ?

     

    Thanks in advance


  4. Hi everyone, I have one problem and one question !

     

    My question is : Is there anyway to disable everysingle costume in the game ? Because i'd like to use this http://herc.ws/board/topic/2464-costume-system/ for my server, but i don't want players to be able to wear any kind of costume type item in war of emperium. 

     

    So, will I have anyway to block them from wearing costume in WoE ? I know i can disable item in map_zone_db but (unless i missed it), there's no way to disable an entire item category (like costume). 

     

    My other problem is : 

     

    Yggdrasil seed are currently not working on my server, and I have absolutely no clue why. They're in the "etc" tab and cannot be used. So I immediately think "okay i somehow fucked up with the type" but here is what I find : 

     

    Here is Yggdrasill Berry script who's 100% working : 

     

    Id: 607
        AegisName: "Yggdrasilberry"
        Name: "Yggdrasil Berry"
        Type: 0
        Buy: 5000
        Weight: 300
        Script: <" percentheal 100,100; ">
     

    And here is the yggdrasil seed's one, who's absolutely not working

     

    Id: 608
        AegisName: "Seed_Of_Yggdrasil"
        Name: "Yggdrasil Seed"
        Type: 0
        Buy: 5000
        Weight: 300
        Script: <" percentheal 50,50; ">
     

    What is wrong ? Why Yggdrasil seed are treated as "etc item" by the game ? We can't even use them, do you have any idea why ? I tried to @reloaditemdb etc, but i still have the problem. 

     

    Thanks in advance


  5. Hi,

     

    When i use a book exp (let's say ID 14545), it doesn't work but just freeze my character for like 5 entires minutes (my character is black, just like if he was stone cursed).

     

    Here's the script of the book exp (i didn't change it) :

     

        Id: 14545
        AegisName: "Battle_Manual_X3"
        Name: "Field Manual 300%"
        Type: 2
        Weight: 10
        Script: <" sc_start SC_CASH_PLUSEXP,1800000,300; ">
     

    Where is the problem ?

     

    Thanks a lot

     


  6.  

    Does anybody shares a HP/SP TABLES for Base: 255 and Job: 120?

    use mine it will generate HP tables 400/120 :)

     

    >>Thanks a lot. It worked ... until the lvl 401. Seems like a stupid bug, even the file itself says

     

    "// Note: If table index size is smaller than the max level the server will automatically generate the missing index based on the average increase per level."

     

    But it just doesn't :/.

     

    Welp, i'm just generating every HP and SP table with the old rAthena formula for every classes. Weird "bug"? though.

    ill help you make 1000/1000 rathena forumla :)

     

     

    I have done mine already, don't bother but thanks a lot that's very kind :). By the way if anyone wants my HP table with rAthena formula (999/999) just MP me and i'll send it to you asap :).


  7. Hi everyone :)

     

    Is it possible to make a script who'd make floating immune ?

     

    Here is my problem :

     

    I run a server with 3 differents kind of WoE, one 99/70, one 200/90 and one 999/90. I set the immunity to 50 (so people need 200 VIT to be immune stun, for exemple). Problem is, this immunity doesn't fit at all with the lvl 99/70 WoE.

     

    Is it possible to set a specific immune on the castle of the WoE 99/70 ? Or is it easier to just use a floating immune (even if it's for the whole server) at a specific time ?

     

    For exemple, the WoE 99/70 is during tuesday from 9 to 10 PM. Is it possible to make it so the server would use the classic imminuty formula every Tuesday from 9 to 10 PM and then change it back to 50 once the WoE ends ?

     

    Thanks in advance !


  8. First of all thanks for your plugin.

     

    There's something i don't understand though, the plugin as i quote you

    Quote

     

    "- stop BaseExp/JobExp gain after certain level"

    But is there anyway to use it as a "toggle on/off" option ? Like, i'm lvl 200, i don't want to up lvl 201 so i use @blockexp to toggle the blockexp on. But i still have the possibility to toggle it off by re using @blockexp ?


  9. Thanks a lot. It worked ... until the lvl 401. Seems like a stupid bug, even the file itself says

     

    "// Note: If table index size is smaller than the max level the server will automatically generate the missing index based on the average increase per level."

     

    But it just doesn't :/.

     

    Welp, i'm just generating every HP and SP table with the old rAthena formula for every classes. Weird "bug"? though.


  10. Hi, here is my problem :

     

    I run a 999 blvl pre re server, my problem is, when I reach the lvl 151 my HP drops to something like 50.

     

    It seems logical since job_db.conf only gives number for the lvl 1-150. So I have done some search and i found the HP generator : http://herc.ws/board/topic/9687-hercules-hpsp-table-generator/

     

    Is there anyway to use old rAthena HP table ? Is there any good 999 HP Table available somewhere ? What should I do ?

     

    This is what i also found :

     

    If table index size is smaller than the max level the server will automatically generate the missing index based on the average increase per level.

    But the server doesn't generate the missing index based on the average increase per lvl at all.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.