Jump to content

Karthikeyan

Members
  • Posts

    55
  • Joined

  • Last visited

Posts posted by Karthikeyan

  1. This is the error which I get while installing "The PDO_MYSQL driver for the PDO extension must be installed to use Flux."
    
    Can anyone help me on this issue. Tried all possible ways given but it wont move further.
    
    Chmod -R 777 to full fluxcp folder
    
    OS is Centos 8
    PHP version 7.2
    Database in mariadb.
    
    Please help me to resolve this issue friends
    

     

     

     

  2. On 6/1/2021 at 10:10 AM, Start_ said:

    It should limit all bonus not just subdefele try look at src on my repo. (Use Notepad++ Find all by [Start])

    https://github.com/kaninhot004/rathena/tree/monster_room

    In my server player had random option about 1000% and they still died

    Thanks, I ll try this link and let you know what all i did 🙂

     

    @Start_Thanks for the detailed one. It worked thanks , but the problem is if all resistance is coming from one source it works like(4 devling card in manteau) but if the source is split like lian sets the resists goes beyond 100 and not caping to 99%. This mostly happen only for neutral resist to monster.

    What has to be done 😞

  3. 13 hours ago, Start_ said:
    if (sd->indexed_bonus.subdefele[type2] > 99)
    			sd->indexed_bonus.subdefele[type2] = 99;

    Limit it on src '\src\map\pc.cpp' line 4353

    I tried this but even then it fails,Monster is not all hitting i tried with 2 devilring card and monster fails to hit me as my resist is 100. This is not reducing to 99 or less.

  4. On 5/9/2021 at 9:08 PM, Emistry said:

    src/map/pc.cpp#L3843

    
    	case SP_SUBRACE: // bonus2 bSubRace,r,x;
    		PC_BONUS_CHK_RACE(type2,SP_SUBRACE);
    		if(sd->state.lr_flag != 2)
    			sd->indexed_bonus.subrace[type2]+=val;
    +		if (type2 == RC_DEMIHUMAN && sd->indexed_bonus.subrace[type2] > 80)
    +			sd->indexed_bonus.subrace[type2] = min(80, sd->indexed_bonus.subrace[type2]);
    		break;

    you can try something like this, max 80% item bonuses reduction from equipments

    Thanks Emistry, will try this and revert back thanks 🙂

     

    Hi @Emistry, I tried the above change recompiled server and tested by compounded shield with 4 thara frog cards and still that player was not hitable. He still has 100% demi resist.
    Any help 😞

  5. On 12/19/2020 at 7:41 PM, Karthikeyan said:

    Hi, i created a custom costume box and added items to it and its working fine.

    The problem is whenever i open the headgear box, the item is received as unidentified item and i have to identify it using identify command or npc.

    Instead of the approach i want the item to be received as identified so users don't need to identify item.

     

    Script inside database is "getrandgroupitem(IG_COSTUMEBOX,1);"

    item added inside the group item samples are IG_COSTUMEBOX,31317,1
    IG_COSTUMEBOX,31316,1.

     

    Any help would be helpful thanks.

    Thx guys i managed to resolve it.

  6. Hi, i created a custom costume box and added items to it and its working fine.

    The problem is whenever i open the headgear box, the item is received as unidentified item and i have to identify it using identify command or npc.

    Instead of the approach i want the item to be received as identified so users don't need to identify item.

     

    Script inside database is "getrandgroupitem(IG_COSTUMEBOX,1);"

    item added inside the group item samples are IG_COSTUMEBOX,31317,1
    IG_COSTUMEBOX,31316,1.

     

    Any help would be helpful thanks.

     

  7. On 10/30/2013 at 2:25 AM, mrlongshen said:

     

    this script work perfectly, but my player can use it. huhu. please add the gm function sir. Love it !

    I have  bug here, if we enchant the item then the expiration time disappears. Can u do something for that plz.

×
×
  • Create New...

Important Information

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