Jump to content

true221

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by true221

  1. I had previous experience in making an eAthena server and followed Judas' guide on how to make on.

    I've search the forums also and all they say is follow the guide when making rAthena based server. I just want to clarify if I should compile item_db_re.sql or still item_db.sql (follows to everything with an re.sql counterpart).

     

    I just want to clarify since the guide doesn't mention rAthena injections, only 3CeAM and eAthena/ReAm

     

    or just simply put, if I want to have a pre-renewal server, I would use those without re.sql, and if I want a renewal server, I would compile those with an re.sql?

     

    Thank you!

  2. Good day everyone!! I was thinking of a customized PVP system which:

    You can choose whether you want to start being a criminal or a police

    -To be a police, there is a certain quest needed to be done

    -Records one's killing streak/arrest streak

    -The higher one's killing streak is, the higher money(certain currency or tcg ) is put on him/her(Like a wanted criminal)

    -Those who will finish his/her streak will get the money that was put on him/her which will reset the streak of that player back to 0 while increasing the rank of that player police (Skulls will be deposited as proof to a certain npc to gain the reward)

    -criminals can kill criminals but won't affect their streak

    This kind of system is what I'm thinking about. Any reactions or suggestions?

    If someone can help in doing this, can you help me? :D Thanks!

  3. I'll try it out later, btw, where do I put this code?

    Is it correct?

    case WS_OVERTHRUSTMAX: //maximum overthrust
    if(sc && sc->data[sC_SPIRIT] &&
    sc->data[sC_SPIRIT]->val2 == SL_BLACKSMITH)
    ATK_ADDRATE(100);
    break;
    

    It's supposed to buff maximum overthrust when soul linked

    EDP and overthrust code is working. thanks! /no1

  4. yup, I know about the greed, I just want to modify it, since greed is not really that useful on servers with @autoloot

    I know maybe how the logic goes right? Is it on status.c or skill.c? cause that is my problem, starting.

    After which, I'll get the base aspd of the user and make an if statement that if edp level is 4 or 5, and aspd is 197, there will be a deduction right? then if aspd is 196, edp level 5 will grant the user aspd 197

  5. auto falcon assault and one hand parry is working like a gem. :D

    yep. I saw it. thanks again. oh and yeah, if I want the parry effect to greed skill of ws(no need to be soul linked), I'll just copy the code of the parry to the greed skil right?

  6. about the delay part sir, regardless of weapon on hand. My fault, I should have stated it clearly.

    I like to make Soul link for knights to

    -also reduce all skill delay by 90%

    -able to parry even when using one hand sword but has a lower block chance: *Block chance of 3*SkillLV% for one-hand sword parry.

  7. Thanks for the reply sir!

    1) so if I want for all skills of LK, I need to add that to all the skills?

    (Still failed) But won't this make it still fail even if you are linked??

    if( require.weapon && !(pc_check_weapontype(sd,require.weapon)) || (skill == LK_PARRYING && sc->data[sC_SPIRIT] && sc->data[sC_SPIRIT]->val2 == SL_KNIGHT && pc_check_weapontype(sd,W_1HSWORD)) ) {
     clif_skill_fail(sd,skill,USESKILL_FAIL_THIS_WEAPON,0);
     return 0;
    

    edit to this, when I tried to use parry with two hand, the whole server disconnects and the mapserver closes.

    2)Chance is 0.3*LUK chance of FA per hit. (independently from blitz beat sir)

    3)sorry about the confusing statement for edp. How about this mod?

    EDP at level 5 will result in -2 ASPD reduction if base aspd of player is 197

    EDP at level 4 will result in -1 ASPD reduction. if (same as above)

    EDP at level 3 and below will result in no ASPD reduction.

    but if on EDP level 5 and 4, if ASPD is not 197 but 196, aspd will be 197 when you use EDP

  8. 1.) I like to make Soul link for knights able to parry even when using one hand sword but has a lower block chance and all skill delay will be reduced by 90%.

    *Block chance of 3*SkillLV% for one-hand sword parry.

    2.) how to make snipers, who are soul linked, able to autocast falcon assault depending on the level learned while attacking?

    3.) also, i want to make edp level 4-5 of assassin decrease the atkspd when base atckspd is 197. For example, if I use level 5 edp when my atkspd is 197, it will become 195(196 if edp 4). but when i will use edp level 5 if my atkspd is 196, it will be 197. Thanks!

    whoops, wrong section. Just realized when I checked the header. sorry. I'll just post it on source requests. :)

  9. I found one last time but I always get an error when I recompile my server. What I want is that, when an LK is soul linked, He/she can cast parry even when using one handed sword. but the chance is lower. also, i want to have a reduce on after delay of skills by 90%.btw, if someone also knows, my friend here with me wants to know also about the src mod for this in eathena.hehe.. guess he doesn't want to change to rathena.oh well..

×
×
  • Create New...