Recent content by glemor123

  1. G

    Requesting patcher like this

    I've attached the image
  2. G

    Requesting patcher like this

    requesting a thor patcher coded like below, very simple GUI
  3. G

    Change client title via hex

    May I ask how to change the client title via hex?
  4. G

    MVP ladder with announcer

    an npc will show top 10 most mvp killers and the number of mvp kills they made. if a killer have bitten one of the top 10 mvp ranking players.it will be announced like. player a has been moved to ranked 7 due to the higher mvp kills rather than the 8-10th ranked mvp players. The MVP ranking can...
  5. G

    GM Bypass party_share_level

    How to make a party to bypass the party_share_level if a Game Master is the party leader?so the Game Master can boost(exp_share) the players event though the GM and the players have long level gaps.
  6. G

    Daily Reward Problem

    //======Name========================================// Daily Login Rewards//======Version=====================================// 1.1// Author: Sandbox, Winterfox//======Comments====================================// Updated outdated Syntax-// Made slight optimizations.// Added a delay of 2 hours...
  7. G

    2012-04-10 no gravity error message?

    I do experience client not responding sometimes. I can't look or find a way how to fix it. can anyone give me a hint, not by looking for the map or npc or mob. for example this is the error occurred when I went to prontera field. but when I re-login again. the error didn't pop up again. what do...
  8. G

    Crash Log

    do we have a diff. where in if the client crashes, the Whole crash log will be saved to a notepad? like gepard and harmony?
  9. G

    Daily Reward Tweaks

    I wan't to make a small tweak, the player must be online atleast 3 hours no idle(5 minutes idle allowed only) to receive the daily reward //======Name========================================// Daily Login Rewards//======Version=====================================// 1.0// Author...
  10. G

    Zombie Event Problem

    Why is it sometimes, the prize giver already appears while the players are still joining the zombie event, kindly help me fix it. - script announce_nvz -1,{// beginning TimeOnClock0130:OnClock0830:OnClock1330:OnClock1730:OnClock1930:OnClock2230:announce "Zombie Vs. Novice event Will...
  11. G

    Warper npc Help

    as you can see some maps are paid to be able to be warped, I want to enable warp to lastmap, I want that it will check first if the map is paid, if it's paid then the user must pay first before he can be warped. using the lastmap warp   prontera,158,100,3 script All in 1 Warper::Warper 859,{mes...
  12. G

    double exp mod help

    why is it that every day +50% added to the exp mod. for example the original rate is 7x. then when friday comes, it will turn to 14x then when saturday comes it turned to 21x. I want that when friday-sunday it will only turn to 14x here is the script - script FloatingRates...
  13. G

    2010-04-10 character making

    why is it that there is no character distribution when creating a character in client 2010-04-10?
  14. G

    Costume Need help

    How to remove the attribute effect when turned to costume. this is the diff I used http://pastebin.com/T5Fqeyb1 the item effect is removed when turned to costume. but the attribute effect wasn't removed.
  15. G

    @afk help in editing

    what to remove on the source code to prevent the player from sitting when @afk command is used /*==========================================* @afk*------------------------------------------*/ACMD_FUNC(afk) { nullpo_retr(-1, sd); if(sd->bl.m == map_mapname2mapid("payon")) {...
Back
Top