Karthikeyan
-
Posts
55 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Karthikeyan
-
-
When a player is jailed, even gm can't unjail him he goes back to jail even if gm unjails, how do i make gm unjail him.
ALso how to reduce jail time. I have set the db variable to 0 but still it makes 8 minutes.
-
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
-
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.
-
If a players has 100% or more neutral resist, monsters are not hitting them. Is there any way to overcome this. I want players to get this even if they have 100% neutral resist.
All monsters are only neutral while hitting, they dont hit at all if 100% neutral resist .
Any help will be appreciated!!!
-
On 5/19/2021 at 6:40 PM, Chaos92 said:
How about remove the item cost for the skills in skill_db.yml ?
I did it already, anyway thanks my friend
-
Hi Guys,
Like having unlimited arrow and bullet can we also have unlimited bottle for skills like acid demonstration,acid terror etc.
Any help will be greatful.
-
20 hours ago, M a p l e said:
The VoteForPoints link I sent has several corrections made by Sanasol. Use it is without problems.
hi @maple , it worked thanks
-
On 5/14/2021 at 8:14 PM, M a p l e said:
HI @maple, actualy both links are from same person but my final output is not working.
When every i click any link inside the module "voteforpoints" nothing happens. -
Hi, I have download the voteforpoints addon and installed as per the read me, but when i click on the links inside the module like add site, vote nothing happens.
I have downloaded the addon from https://github.com/Keinstah/FluxCP_Addons-VoteForPoints.
Can you help me on this please.
-
On 5/9/2021 at 9:08 PM, Emistry said:
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
-
But the above is showing as def instead of resist right.
-
How do i reduce the resistance of a player from 100 to 80% or less.
Even if he has 100% resist it should not have any effect, as of now if a player has 100% demi human resist no other player can hit him in woe or pvp.
Any help would be greatful!!!!
-
On 4/14/2021 at 3:49 AM, daL said:
can u give me the solutions mate ? i have some problem with u ..
hi @daL, i resolved it using the solution in the link attached. After doing the changes you have to recompile ur server.
-
HI friends, the sling item skill of genetic char is disabled and greyed out. How to enable it and make players use it. I am using renewal server.
Any help will be appreciated.
-
5 hours ago, kalabasa said:
how to remove the 1 time only usage? as long as they have the required item(payment) ?
Just remove the class helper line as mentioned above and you can change class n number of times.
-
4 hours ago, mR L said:
and remove this line
thanks for your help
-
My server gets continuous closed connection from localhost. I was doing some changes on flux CP by updating theme hurtFreeV2 not sure coz of that but now i get it continuously. I hope nothing happens to server as there are players playing in it. Can u please help me on this issue.

-
Hi guys,
I am using renewal server and i would like have script which can changes the job classes of a player if he wish to. Ex from mechanic to warlock, rune knight to ranger etc.
There should be no restriction and player can chnage it n number of times. The skills should also change while he changed job class.
Any help would be greatful.
-
guys any update on this insatnces?
-
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.
-
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.
-
HI , I am using 22018 client, I want to enable cash shop for players but the cash shop icon and cash shop button in the menu is not available. How do i enable it or make is display for clietns.
Also which is the table where i can put an insert for cash shop items.
Any help will be greatful.
-
On 4/16/2017 at 7:21 PM, Cyro said:
When the rented items are enhanced the expiration date goes away. Is there any way to overcome it?
-
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.
Flux CP installation issue
in Web Support
Posted · Edited by Karthikeyan