Jump to content

  •  

yanzelph's Content

There have been 10 items by yanzelph (Search limited from 09-July 23)


Sort by                Order  

#18114 Npc Buffer + Repair all

Posted by yanzelph on 31 October 2013 - 12:46 PM in Script Requests

Fixed it <_<




#18112 Npc Buffer + Repair all

Posted by yanzelph on 31 October 2013 - 12:31 PM in Script Requests

to add more buffs.

 

        specialeffect2 EF_INCAGILITY[color=rgb(102,102,0);];[/color] sc_start SC_INC_AGI[color=rgb(102,102,0);],[/color][color=rgb(0,102,102);]360000[/color][color=rgb(102,102,0);],[/color][color=rgb(0,102,102);]10[/color][color=rgb(102,102,0);];[/color]
specialeffect2 EF_BLESSING[color=rgb(102,102,0);];[/color] sc_start SC_BLESSING[color=rgb(102,102,0);],[/color][color=rgb(0,102,102);]360000[/color][color=rgb(102,102,0);],[/color][color=rgb(0,102,102);]10[/color][color=rgb(102,102,0);];[/color]

 

[color=rgb(102,102,0);]just add specialeffect of the skill. and skill id and level.[/color]

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




#18110 Npc Buffer + Repair all

Posted by yanzelph on 31 October 2013 - 12:03 PM in Script Requests

//===== 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




#18064 Missing equip @warp or after relogging

Posted by yanzelph on 31 October 2013 - 03:23 AM in Client-Side Support

fixed it again <_<

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);




#18037 Missing equip @warp or after relogging

Posted by yanzelph on 31 October 2013 - 01:20 AM in Client-Side Support

fixed it again <_<




#18036 Missing equip @warp or after relogging

Posted by yanzelph on 31 October 2013 - 01:16 AM in Client-Side Support

found this http://herc.ws/board...-does-not-save/

 

but still item disappear's :(




#18034 Missing equip @warp or after relogging

Posted by yanzelph on 31 October 2013 - 12:51 AM in Client-Side Support

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 :(




#18030 Missing equip @warp or after relogging

Posted by yanzelph on 31 October 2013 - 12:29 AM in Client-Side Support

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.




#17925 Server Channel Problem

Posted by yanzelph on 30 October 2013 - 10:11 AM in Client-Side Support

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

Fixed ^_^V




#17924 Server Channel Problem

Posted by yanzelph on 30 October 2013 - 09:37 AM in Client-Side Support

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