Jump to content

Max

Members
  • Content Count

    80
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Max got a reaction from Daifuku in Daifuku | Graphics, Sprites, Maps, Wiki, Forum, Advertising, Scripts & more   
    hi im interested to order design how to contact you ?
     
    EDIT REVIEW:
    she's fast.............................. 9/10
  2. Upvote
    Max got a reaction from Dastgir in Flux cp slow   
    Fixed thanks Dastgir
  3. Upvote
    Max reacted to Dastgir in Job Spoiler   
    Hello Community,
    I was busy during last few months, and now I have been working on this thing to get supported on Hercules,
    Here's few screenshots:
     
     


    Spoiler 2: (Only 4 skills coded)
     
     
  4. Upvote
    Max reacted to AnnieRuru in Last Man Standing (using queue iterator script commands)   
    Haru has fixed the queue iterator script commands
    its time to spread out this technique
     
    Download: 1.2
    script
    Make sure your hercules server is compile after 2015-12-21
    errr ... maybe too strict xD
     
    good for server owner and scripter alike
    this can use in live server, and also can be a reference script for scripters
     
    Next, might want to bump the battleground queue again xD
     
     
     
  5. Upvote
    Max reacted to Legend in hit-delay   
    Had the same problem but different plugin.
     
    Try this...
    Change malloc.h to memmgr.h


    Source: http://herc.ws/board...e-mode/?p=67010
  6. Upvote
    Max reacted to Legend in Manner plugin problem   
    Had the same problem but different plugin.
    Change malloc.h to memmgr.h

    Source: http://herc.ws/board/topic/7127-maintenance-mode/?p=67010
  7. Upvote
    Max reacted to Aeromesi in On Death Screams   
    [On Death Screams]
     
    What exactly is On Death Screams?
    Basically when you die, you scream the painful scream of death!
    Male has 5 random screams
    Female has 4 random screams
     
    Scream sound effects from my favorite game: S4 League!

    Change soundeffect to soundeffectall if you want all players to hear the battle cries of their death.


    Download the Google Drive attachment, install the wav files in your GRF/data folder, and you're good to go!


    Remember, if you like my scripting it wouldn't hurt to view my scripting services or Rep up my profile!

    I hope you enjoy this simple yet in my opinion awesome script

    https://drive.google.com/file/d/0BzIqsBG9s19fMGtyVVV6VkFPem8/view?usp=sharing
  8. Upvote
    Max got a reaction from Color Picker in [ Request ] Vip System [ Buffs Only ]   
    { Id: 2220 AegisName: "Hat" Name: "Hat" Type: 5 Buy: 1000 Weight: 200 Def: 2 Loc: 256 View: 16 OnEquipScript: <" set #vip,1; "> OnUnequipScript: <" set #vip,0; ">},  
    make rental box hat for 5 days , or change the hat to anything you like , example : custom items for donator
     
    so if the player using the hat he will be vip. if the item removed , the vip effect will gone.
     
     
    if you dont know how to make a rental item : 
     
    { Id: 12936 AegisName: "Muramasa_Box" Name: "Muramasa Box" Type: 18 Buy: 20 Weight: 10 Script: <" rentitem 1173,604800; "> //1 week},
  9. Upvote
    Max reacted to jaBote in Script error with pict   
    Your player name's has a ' inbetween their nickname, so it breaks the text part.
     
    Examples: (see the coloring on the text)
     
    Broken string:
    'Wolf O'Donnell';  
    Correct string:
    'Wolf O'Donnell';  
    I've escaped the ' after the O so that it's taken as a literal ' on the string and thus will not be taken as a string end with a weird extension the MySQL engine won't know how to parse making it broken. More (extensive) info on this: http://php.net/mysqli_real_escape_string
     
    But you can't manually escape the char names since you don't know what they can contain, so you can use the escape_sql script command for that, which will handle it for you without any added problems other than editing your current SQL statement.
     
    P.S.: Nope, you can't unescape them without doing some minor string magic yourself .
  10. Upvote
    Max reacted to Dastgir in Ultimate Guild Ranker   
    File Name: Ultimate Guild Ranker
    File Submitter: Dastgir
    File Submitted: 17 Mar 2014
    File Category: PvP, WoE, GvG, & Battleground
     
    Script By Request : http://herc.ws/board/topic/4756-ultimate-guild-ranking
    Percentage Changes:AgitCount= 20%Emp Break = 50%Active Participants = 20%KDR = 10%
    Features:
    Guild Ranking
    Previous Month Guild Ranking
    Rewards based on previous month

    Edits to made after installing the Script:
    Open npc/guild/agit_main.txt
    Add Following Line
    doevent "UltimateRanker#00::OnEmpBreak";
    Before
    // Adjust Economy Invest Level for Castle set .@Economy,getcastledata(strnpcinfo(2),2) - 5;
     
    Have a Custom WoE? And its not triggering the Script??
    Solution: add the following line on EmperiumBreaking Label.
    doevent "UltimateRanker#00::OnEmpBreak";
     
    Please report any bugs/suggestions.
     
    Click here to download this file
  11. Upvote
    Max got a reaction from Edwige in Deathmatch PVP   
    Custom Script : PvP Room
     
    Description :
    This is the real pvp you can't stop being alive here , if you kill someone they will be alive again and fast movement speed.
    This script originally from Ultimate PvP Warper ( I don't know the author is ).
     
    Download : 
     
    pvp_master.txt
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.