Search results

  1. mrlongshen

    Daily rewards

    prontera,150,150,4 script rewards 60,{ mes "Here's your daily reward!"; next; if (#nextrewardtime > gettimetick(2)) { mes "Sorry, it seems you've already got it!"; } else { mes "Take this!"; getitem 512, 1; // Apple #nextrewardtime = gettimetick(2) + 24*60*60; // delay by 1 day } close;}...
  2. mrlongshen

    Concentration scroll 14531

    why nothing happen in this script  ? sc_start SC_INCHIT,1800000,30;
  3. mrlongshen

    Latest svn bugs ?

    Hi there. May I know what is the latest svn problem ?  I'm using the latest one. Before this I can use the item script, bonus bIntravision,0; After update to latest one. I cant use anymore. The script not working in the item. My player cant see hide player anymore. No error in console. May I...
  4. mrlongshen

    OnPCLoginEvent:

    Hi all. I want to ask. What happen if I have 2 OnPCLoginEvent: ? I load my script reset level and instant level. I cant connect to my server.  Failed to connect, it like stuck. I dont know why ?  After I have disable the reset NPC. I can login to my server. Can someone explain it to me ?
  5. mrlongshen

    request instant 3rd job

    who have this script but from novice to transcendent class only ?
  6. mrlongshen

    Grand cross skill

    How to disable this skill from hit our self ?  My player are spam it to get a pvp point. 
  7. mrlongshen

    hit-delay

    This plugin works for me. But the problem is, its occurs in PVP map. After player death. They cant go town. I have to disable this plugins. How to fix it ? 
  8. mrlongshen

    Simple script to reset

    Hi all. I want to request a simple script, on player login, who has  base level 100 - 255 and job 71 - 120, reset to base level 99 and job 7. And also reset the allstats and allskill. So player need to configure back the stats. Thanks
  9. mrlongshen

    Manner plugin problem

    Plugin by dastgir manner.c:12:30: error: ../common/malloc.h: No such file or directory manner.c: In function ‘clif_process_message_post’: manner.c:60: error: ‘struct clif_interface’ has no member named ‘colormes’ manner.c: In function ‘clean_manners’: manner.c:77: warning: implicit declaration...
  10. mrlongshen

    Plugin ?

    [Warning]: HPMDataCheck:HPMHooking: 'npc_chat_interface' size mismatch 1 != 36 [Fatal Error]: HPM:plugin_load: 'plugins/HPMHooking_map.so' failed DataCheck, out of sync from the core (recompile plugin)!   what is this ? 
  11. mrlongshen

    A full tutorial to update to latest hercules

    HI I need tutorial how to update to latest hercules in centos. the git command. Please explain to me. thanks 
  12. mrlongshen

    Simple sql to make all char level 99

    Based on topic I want to reset all player base level to 99 and job level 99. Someone please share ? 
  13. mrlongshen

    Champion sp doesn't effect asura damage?

    Based on that quotation, how to remove the caps of asura damage. Why no effect if more sp ?
  14. mrlongshen

    Derefine weapon, equipment, accesories and garment and headgear

    Hi all, may I request a simple script to derefine from +10 to 0 or low value than 10. From +10 to +9 the cost is 9m + tcg card and so on, (configurable) . I can choose whether to use zeny or item for the cost to derefine.
  15. mrlongshen

    Multiple reward

    //===== Hercules Script ======================================//= Find the Mushroom//===== By: ==================================================//= Mysterious//===== Current Version: =====================================//= 3.6a//===== Description: =========================================//=...
  16. mrlongshen

    Protection scroll problem

    Item id 14517 unitskilluseid getcharid(3),237,5; 14518 unitskilluseid getcharid(3),235,5; 14519 unitskilluseid getcharid(3),236,5; 14520 unitskilluseid getcharid(3),234,5; I use it and nothing happen, and no effect like creator skill ? Can some check it ?
  17. mrlongshen

    Lucky Poring

    There are 1 poring that contain specific item e.g poring coin. Poring spawn 100 poring 1st attack win and get the item, (broadcast) the winner
  18. mrlongshen

    Increase max hp for all job

    Currently  all job are max tu 1m max hp. How to  increase it ?
  19. mrlongshen

    Unequip after reach 1st job level and 2nd job and trans job

    I made an item if( BaseLevel == 255 && JobLevel == 120 ) unequip 2; How to make if base level and job level of 1st job is full (archer,magician,and all) its will unequip ? and  How to make if base level and job level of 2nd job is full (hunter,wizard and all) its will unequip ? or...
  20. mrlongshen

    Cashmount

    Request simple script when player wear item 12111 then automatic @cashmount on current job. 
Back
Top