kerbiii
Members-
Content Count
342 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by kerbiii
-
question lng po, yung pre-renewal ba ntin sa herc is almost the same lng ng eathena? or is it better?
-
paki explain po pano gawin full pre-renewal yung server and disable everything regarding renewal
-
R>disable the battlegrounds.conf queue on pvp and woe maps
-
R> storage 2, same as kafra storage but it can only store 10 items each kind
-
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
-
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
-
atlast!! thanks kyeme! /no1
-
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?
-
help on how to disable @recall @partyrecall @guildrecall when the player you want to recall is inside guild_vs3
-
its not on my script, but i cnt remove it when pasting it on cbox
-
[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
-
R> sropho crystalization effect instead of frost misty
-
i see so i need to download AI for this matter? but most of the AI are not working well in hercules
-
we already have HD ores to do that, hd elunium and hd oridicon
-
yes but i want the mercenary to become agresive
-
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?
-
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
-
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?
-
thanks meaning: git pull --commit will update my rev at the sametime will keep all my changes?
-
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]
-
i tried to use the hunting mission npc and i got this
kerbiii replied to kerbiii's question in Script Support
how to execute it? and where? phpadmin? or putty? -
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?
-
is this implemented in hercules? http://rathena.org/board/tracker/issue-5798-skill-rebalancing-kro/
-