Jump to content

yanzelph

Members
  • Content Count

    11
  • Joined

  • Last visited

  1. thanks for the reply another thing how many seconds for each buffs? do you have any idea about repair all included in the npc thanks in advance
  2. //===== Hercules Script ======================================//= Healer//===== By: ==================================================//= Euphy//===== Current Version: =====================================//= 1.1//===== Description: =========================================//= Basic healer script.//===== Additional Comments: =================================//= 1.0 Initial script.//= 1.1 Aligned coordinates with @go.//============================================================- script Healer -1,{ set .@Price,0; // Zeny required for heal set .@Buffs,0; // Also buff players? (1: yes / 0: no) set .@Delay,0; // Heal delay, in seconds if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0),"Healing costs "+.@Price+" Zeny."; if (Zeny < .@Price) end; if(select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end; set Zeny, Zeny-.@Price; } specialeffect2 EF_HEAL2; percentheal 100,100; if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,360000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,360000,10; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; end;}// Duplicates//============================================================alberta,25,240,6 duplicate(Healer) Healer#alb 4_PORINGaldebaran,135,118,6 duplicate(Healer) Healer#alde 4_PORINGamatsu,200,79,4 duplicate(Healer) Healer#ama 4_PORINGayothaya,207,169,6 duplicate(Healer) Healer#ayo 4_PORINGcomodo,184,158,6 duplicate(Healer) Healer#com 4_PORINGeinbech,57,36,6 duplicate(Healer) Healer#einbe 4_PORINGeinbroch,57,202,6 duplicate(Healer) Healer#einbr 4_PORINGgeffen,115,72,6 duplicate(Healer) Healer#gef 4_PORINGgonryun,156,122,6 duplicate(Healer) Healer#gon 4_PORINGhugel,89,150,6 duplicate(Healer) Healer#hug 4_PORINGizlude,125,118,5 duplicate(Healer) Healer#izl 4_PORINGjawaii,250,139,4 duplicate(Healer) Healer#jaw 4_PORINGlighthalzen,152,100,6 duplicate(Healer) Healer#lhz 4_PORINGlouyang,226,103,4 duplicate(Healer) Healer#lou 4_PORINGmanuk,272,144,6 duplicate(Healer) Healer#man 4_PORINGmid_camp,203,289,6 duplicate(Healer) Healer#mid 4_PORINGmoc_ruins,72,164,4 duplicate(Healer) Healer#moc 4_PORINGmorocc,153,97,6 duplicate(Healer) Healer#mor 4_PORINGmoscovia,220,191,4 duplicate(Healer) Healer#mos 4_PORINGniflheim,212,182,5 duplicate(Healer) Healer#nif 4_PORINGpayon,179,106,4 duplicate(Healer) Healer#pay 4_PORINGprontera,162,193,4 duplicate(Healer) Healer#prt 4_PORINGrachel,125,116,6 duplicate(Healer) Healer#rac 4_PORINGsplendide,201,153,4 duplicate(Healer) Healer#spl 4_PORINGthor_camp,249,74,4 duplicate(Healer) Healer#thor 4_PORINGumbala,105,148,3 duplicate(Healer) Healer#umb 4_PORINGveins,217,121,4 duplicate(Healer) Healer#ve 4_PORINGxmas,143,136,4 duplicate(Healer) Healer#xmas 4_PORINGyuno,164,45,4 duplicate(Healer) Healer#yuno 4_PORING// Duplicates (Renewal)//============================================================brasilis,194,221,6 duplicate(Healer) Healer#bra 4_PORINGdewata,195,187,4 duplicate(Healer) Healer#dew 4_PORINGdicastes01,201,194,4 duplicate(Healer) Healer#dic 4_PORINGecl_in01,45,60,4 duplicate(Healer) Healer#ecl 4_PORINGmalangdo,132,114,6 duplicate(Healer) Healer#mal 4_PORINGmalaya,205,205,6 duplicate(Healer) Healer#ma 4_PORINGmora,55,152,4 duplicate(Healer) Healer#mora 4_PORING How Can i Add more Buffs and repair all hoping for someone to help and thanks in advance
  3. What did you end up doing to fix the problem? updated sql ALTER TABLE `char` ADD `font` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0'; INSERT INTO `sql_updates` (`timestamp`) VALUES (1383167577);
  4. found this http://herc.ws/board/tracker/issue-6376-equipment-does-not-save/ but still item disappear's
  5. well dunno how to use a bugtracker i even updated the sql but that doesnt work too head hurts but i need to continue need help here
  6. im using client 2013-08-07 it is working no issue's but the only thing that bother's me! is whenever i use @item to get some equips wear it or not when i warp to somewhere else or relog my character all item in inventory or on character equip will be gone. although when i check inventory in database all acquired equips is there but i can't see it ingame after relogging or warping to another map. hoping for some help and thanks in advance.
  7. i just want to ask on how to change the name of server channel in client i tried tweaking the clientinfo.xml to try to change that and then compile to grf changing data.ini to my desired grf name but still channel server name doesnt change hoping for help and thanks in advance
×
×
  • Create New...

Important Information

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