Search results

  1. L

    Cap all skills after cast delay?

    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!
  2. L

    Mode so clones cannot be freezed ?

    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...
  3. L

    How do I get of an error like this? npc_event: event not found

    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...
  4. L

    How to increase all boss monsters HIT?

    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...
  5. L

    Paradox V4P blank page? HELP PLEASE

    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...
  6. L

    how to save a diff of recently patched modifications?

    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!
  7. L

    Increase monster attack & skill damage rate on map

    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.
  8. L

    How to get the index of an array variable?

    How do I extract the index of an array variable? e.g  @mob_id[index] <--- How do I extract the index from @mob_id variable? Thanks in advance!
  9. L

    2013-12-23 Appcrash on login when /bm is modified

    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...
  10. L

    FluxCP Vote for Points?

    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!
  11. L

    hommutate quest for pre-renewal?

    is there any hommutate homunculus S for pre-renewal? Thanks!
  12. L

    Enabling HighJump on noteleport mapflag

    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...
  13. L

    cannot use shadow jump and highjump on a pvp cell

    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...
  14. L

    REQUEST Longest Agit Defender Script

    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...
  15. L

    Help on RoCred code

    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...
  16. L

    How does item unique id work?

    Is it possible to track lost, hacked, etc items by their unique id? How does this work though? 
  17. L

    checking offline char_id

    I'm having an error because of this script. How do I skip the current loop when ".@char_id[.@i]" is offline? .@nb = query_sql("SELECT `char_id` FROM `char_reg_num_db` WHERE `key`='hunter' && `value`='1'", .@char_id ); for( .@i = 0; .@i < .@nb; .@i++ ) { dispbottom "(From Hunter...
  18. L

    How to enable experience when killing a player?

    Is there anyway way to enable experience when killing another player? Just like when killing monster does. It autolevel up, add skill points and statpoints.. Thanks in advance.
  19. L

    is it possible to encrpyt .INI files?

    is it possible to encrypt .INI files? im using rocred, and other programs that uses .ini files.. And don't want my players to modify it easily. So is it possible to encrpyt those files? Thanks in advance
  20. L

    auto-launch another application after launching client?

    Is it possible to auto-launch another application after launching the client? Like after I launch GanjaRO.exe(client), app.exe("the another app") will auto-launched together with the client.  It's like the GanjaRO.exe(client) is the trigger to open app.exe.. Please just moved this if incase I...
Back
Top