Jump to content

Sikdope

Members
  • Content Count

    42
  • Joined

  • Last visited


Reputation Activity

  1. Like
    Sikdope reacted to MikZ in Dota PVP Ladder   
    Hi @AnnieRuru, can you add reward system weekly and monthly ?
    player need to talk to npc to redeem the prize.
    I know i already made this request in other post. thanks!
  2. Like
    Sikdope reacted to AnnieRuru in custom statue NPC   
    HAHAHA !! my reputation is spoiled now !!
    damn, I didn't make this mistake in a very long time
     
    just rip from `char` table ?
    fine ...
     
    I used OnInit to persist the data so it survive server restart (or `@reloadscript`)
    using function means ... needs to have at least 3, better do this as duplicate npc
     

     
    1.2 - script
    - fix a bug that server throw rid2name not found error
    - add more name limitation such as npc name can't have # symbol
    - allow to add more than one statue
    - allow to search for offline player
  3. Like
    Sikdope reacted to AnnieRuru in custom statue NPC   
    ok so I have been annoyed by some people claiming that statue doesn't work
    so I tackle this topic instead -> https://rathena.org/board/topic/125602-statue-npc-not-pvp-rankings/
     
    let GM do whatever they want with this npc,
    let it disguise as a player to reward them as a champion in an event, or just to shame a player for doing wrong things
    whatever
     
    Download: 1.4
    script
     
    Remember the color code

    remember Navigation link and Item Link

     
     
     
  4. Like
    Sikdope reacted to AnnieRuru in Dota PVP Ladder   
    yeah I bet everyone still using version 2.9, that outdated version from eathena
    honestly there isn't much change with previous version, version 2.9 still works fine if you know how to fix it
     
    Download: 3.6
    hercules - script
    rathena - script
    soundeffect
     
     
     
    if your server has custom animation sprite, remember to set .fix_custom_sprite to true
     
     
    Questions:
    when people ask to make modification to this script, it always comes down to these 2
     
    1. monthly/weekly reset
    ladder will reset monthly or weekly ... self explain
     
    2. "@dotaannounce" off
    hmm ... after talked to some people, they want the announcement set to global, but then some players want to see who are dead, and some players doesn't bother
    and I also saw this is a custom modification ... can be made into this script but ... nah ... I'll do it when I feel like it
  5. Like
    Sikdope reacted to AnnieRuru in Dota PVP Ladder   
    damn ... forgot to index the table properly
     
    3.2
    script
    - index the table properly
     
    for those who already have the script installed, index these keys to make the query return faster, specifically when viewing the top 10
    alter table pvpladder add key (`kills`); alter table pvpladder add key (`streaks`); alter table ownladder add key (`highestown`);  
    and yeah, this is the base script for public releases
    any further modification, try ask here or open a new topic in script request ... or maybe as a paid request
  6. Like
    Sikdope reacted to AnnieRuru in Dota PVP Ladder   
    there are already 4 members asked me about pvp statue in discord ......
    2 from hercules side, 2 from rathena side ....
    .... I think I just release this to public
     
    in case those who doesn't know what pvp statue is ->
    https://rathena.org/board/topic/124379-pvp-ladder-show-top-5-player/
    https://rathena.org/board/topic/126090-pvp-ladder-show-top-5-player-statue/
    https://rathena.org/board/topic/125602-statue-npc-not-pvp-rankings/
     
     

     
    3.3 - script
    - add PVP ladder statues
     
     
    Question ... should I also make this for rathena ?
    I don't mind adding this simple stuff in version 2.9
  7. Like
    Sikdope reacted to AnnieRuru in Promotional Code   
    I got 2 rep up for making that grumbling post, that just shows how many members really like this idea
    and of course I knew many topics talking about this script again and again and again and again and again and again and again and again and again and again and again and again !!!
    so I make one myself and hopefully don't want see people talking about that bug script again !!
     
    What this script does ?
    GM generate some sort of gibberish word and promotes it on social media
    then players input that gibberish word and able claim the items
     
    honestly I don't really see the point of gibberish word,
    I made this script in a drop down menu, players can just select it from the menu and claim it <_<
     
    Download: 1.3
    script
     
    here's an example by Philippine RO, from this post

     
    TODO :
    1. add coloring to the text
    2. HULD compatible ?
    3. maybe someday can rewrite this whole damn thing with .npc_var sync with SQL variables so don't have to call query_sql too frequently
     
     
×
×
  • Create New...

Important Information

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