How to cap all skills cast delay to 90%? So even if using 3 kiel cards + headgear with reduce cast delay, the reduce cast delay will stick to 90%.
Thanks in advance!
I was using this script fight your clone.
One thing I wanted to change is I don't want clones to be freezed. What mode should I change with it?
The current mode of the clones there is 0x8D
I just don't understand the explanation in mob_db_mode_list.txt.
I don't know what mode is 0x8D has...
I use an item that has a bonus that summons a slave clone, and whenever I unequipped the item it will call this functions for the clone to die.
function script unequip_item { killmonster strcharinfo(3), "clonecheck::On"+ getcharid(0); end;}
Here's the script that summons the clone:
clone...
Is there any way to increase all boss monsters hit without modifying the dex in mob_db? Since modifying the DEX of a mob would also increase their damage.
I only wanted to increase their hit coz my server is a high rate server. And characters flee are too high so the boss normal attacks miss...
help me please. whenever I browse on http://localhost/cp/?module=vote, it always redirects me into a blank page. I can successfully add a banner and voting site. but whenever i am about to vote, it always redirects me into a blank page. is it because of the index. php? currently using this one...
How do I save a diff file of a recently patched mods?
I have a src that is already modified. but I only wanted to create a diff file from the last mod that I applied. is that possible? TIA!
Is it possible to increase monster damage rate on a specific map?
Like putting a mapflag ..
prontera mapflag increasemobdamagerate 100
all monsters on prontera will increase their attack and skill damage by 100%. thank you.
I'm having an appcrash during login on my client.
At first it was working well, then after I change the /bm settings the app always crash during login..
I delete the files inside savedata folder and it's now working again. any ideas why this appcrash is occuring? thanks!
Problem signature...
Just wanted to ask what Flux CP V4P addon are you guys currently using as of now?
Please provide feedbacks please. I was just looking for a v4p addon. I tried feefty's v4p but it's not working well for me.
Thanks!
Since highjump fails on noteleport map, is it possible to enable use of highjump on a specific map with noteleport mapflag?
Example.
The pvp room in my server has noteleport mapflag since I don't want my players to use teleport inside the pvp room. But I wanted highjump to be enabled inside...
I've been trying to modify the skill shadow jump and high jump to show skill fail whenever they click the skill on a pvp cell located at prontera only.
Tried to do this but it's not working. The skill doesn't fail when the target coordinates is a pvp cell.. Help please? thanks in advance...
Does anyone has the script for the longest agit defender? wherein every second of defending the agit counts.
Here's the criteria of what i'm looking for:
- An npc in which shows the Top 10 Longest Agit Defender
the npc will show somehow like this:
[Top 10 Longest Agit Defender]Top 1: Ganja...
I'm currently using the ROCred launcher and was wondering what code should I supposed to put on the 'actiondata'
if I wanted to launch my patcher which is located in the same folder.
; Action to invoke when the button is pressed.; Values:; 0: Launch application or website; 1...