Jump to content

kerbiii

Members
  • Content Count

    342
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kerbiii

  1. question lng po, yung pre-renewal ba ntin sa herc is almost the same lng ng eathena? or is it better?
  2. paki explain po pano gawin full pre-renewal yung server and disable everything regarding renewal
  3. R>disable the battlegrounds.conf queue on pvp and woe maps
  4. kerbiii

    storage 2

    R> storage 2, same as kafra storage but it can only store 10 items each kind
  5. kerbiii

    Banker

    deposit items just like kafra @storage? or different? does it suport multiple deposit of items? line 65: if (@banknotewithdraw =< 0) { // Checks if the player enters a number less than or equal to 0 should be: if (@banknotewithdraw <= 0) { // Checks if the player enters a number less than or equal to 0
  6. kerbiii

    Drop Rate

    solve na po
  7. kyeme i tested this but it only disable recall when you are in the map, what i mean is: snenario: (disable recall on prontera) *playerONE is in morroc *playerTWO is in prontera *GM is in payon when GM @recall playerONE then playerONE will warp to payon but when GM @recall playerTWO message will appear something like "you cannot @recall players when they are in prontera map" or something like jail that when you recall a player in jail they will warp back to jail, i want this but i want it on another map
  8. atlast!! thanks kyeme! /no1
  9. it only disable the usage of command inside the map, but if your outside the map and you want to @recall a player you can still use it, i want something that will forbid my GM's to use @recall /@partyrecall /@guildrecall when the "PLAYER IS INSIDE THE MAP" (not the gm) is this posible?
  10. help on how to disable @recall @partyrecall @guildrecall when the player you want to recall is inside guild_vs3
  11. its not on my script, but i cnt remove it when pasting it on cbox
  12. [cbox]- script pvpbet -1,{ OnPCKillEvent: if (strcharinfo(3) != "guild_vs2-2") end; if (killedrid==getcharid(0)) end; if (lastkilled==killedrid){ set lkcount,lkcount+1; if (lkcount>=5){ dispbottom "You have Lose"; end; } else{ getitem 7179,1; dispbottom "You have gained 1 money"; end; } } else{ set lastkilled,killedrid; set lkcount,1; getitem 7179,1; dispbottom "You have gained 1 money"; end; } OnPCDieEvent: if (strcharinfo(3) != "guild_vs2-2") end; dispbottom "You have Lose"; warp "Invek",146,164; end; }[/cbox] the crash happens when... scenario: 3 players consist of 1 shadow chaser, 1 killer, 1 victim when shadow chaser uses shadow formation to victim and the killer kill them both by using AoE skills the server crash maybe because the script dont knows who to give the prize whether the SC or the killer. and please help add announcement
  13. R> sropho crystalization effect instead of frost misty
  14. kerbiii

    mercenary

    i see so i need to download AI for this matter? but most of the AI are not working well in hercules
  15. we already have HD ores to do that, hd elunium and hd oridicon
  16. kerbiii

    mercenary

    yes but i want the mercenary to become agresive
  17. kerbiii

    mercenary

    how to make mercenary agressive? [cbox]/ Additional Monsters //2000,M_GAMEMASTER,Male Game Master,Game Master,50,7000,250,0,0,1,25,25,10,10,44,121,1,60,75,110,10,12,1,7,20,0x120,200,300,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //2001,F_GAMEMASTER,Female Game Master,Game Master,50,7000,250,0,0,1,25,25,10,10,44,121,1,60,75,110,10,12,1,7,20,0x120,200,300,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0[/cbox] found this on mob db should i uncomment this and make it agreesive to change the mercenary mode?
  18. kerbiii

    refiner NPC

    can you please add it on the hd_refiner.txt i dont really get it, if you have blacksmith's blessing it will ask you if you want to use blacksmith's blessing to avoid decrease by 1 refine level, you can choose yes or not if you use it bs blessing it will be deleted upon failing or suceding
  19. kerbiii

    refiner NPC

    on the official server they have this item 6635,Blacksmith_Blessing,Blacksmith's Blessing,3,20,,0,,,,,,,,,,,,,{},{},{} they can use it to avoid reduction while refining anyone can add it on our existing refine npc?
  20. thanks meaning: git pull --commit will update my rev at the sametime will keep all my changes?
  21. thnx do u have error in compiling? no idont, just change the sc_def = status->int_*80; into sc_def = st->int_*80; Hell Kerbii This is in my status.c case SC_OBLIVIONCURSE: // 100% - (100 - 0.8 x INT) sc_def = 100 - ( 100 - st->int_* 8 / 10 ); sc_def = max(sc_def, 5); // minimum of 5% break; I cant find what you are referring to? I just want to make sure can u edit it for me please? change it into this: [cbox] case SC_OBLIVIONCURSE: // 100% - (100 - 0.8 x INT) sc_def = st->int_*80; sc_def = max(sc_def, 500); // minimum of 5%[/cbox]
  22. how to execute it? and where? phpadmin? or putty?
  23. 1. How to know my hercules revision 2. How to update using git but keeping the changes i made 3. how to merge the changes i made and the update in git pull?
  24. is this implemented in hercules? http://rathena.org/board/tracker/issue-5798-skill-rebalancing-kro/
×
×
  • Create New...

Important Information

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