Jump to content

  •  

madtoyz

Member Since 29 Jun 2013
Offline Last Active Sep 22 2013 02:16 PM
-----

Topics I've Started

Hunting Quest.

21 August 2013 - 03:55 PM

How to do quest that hunting monster.

example.

npc will asking player to kil 100 orc warrior.

then will popup 1quest mission (alt + U)

after finish kill monster,talk to npc back and the npc will giving prize items


How to reset castle

21 August 2013 - 03:38 AM

How to reset castle ?


How to disable cool down on Inspiration skill

15 August 2013 - 06:48 AM

How to disable cool down on Inspiration skill

 

Posted Image

 

im i correct ?

db/re/skill_cast_db.txt

//-- LG_INSPIRATION2325,2000,2000,0,30000:45000:60000:75000:90000,0,540000:480000:420000:360000:300000,1000

change become like this ?

//-- LG_INSPIRATION2325,2000,2000,0,30000:45000:0:75000:90000,0,540000:480000:420000:360000:300000,1000

Change Cash Point by Happ5 become unlimited exchange

13 August 2013 - 12:04 PM

How to make this script can exchange any ammount player want.

100 poring coin = 30 cashpoint.

//===== eAthena Script =======================================//= Cash Point Exchanger//===== By: ==================================================//= Happ5//===== Current Version: =====================================//= v1//===== Description: =========================================//= exchange coins into point//============================================================izlude,160,149,4	script	Point Exchanger	714,{	mes "[Point Exchanger]";  	mes "Hi there..i can exchange Poring Coins into points?!"; 	next; 	menu "500 Poring Coins to 10 Point",-, "1000 Poring Coins to 30 Point",L_Bl,"Cancel",L_Cancel;	mes "[Point Exchanger]";	mes "Good good, let me just check"; 	next;	if(countitem(7539)<500) goto L_NoMake; 	delitem 7539,500;	mes "[Point Exchanger]";	mes "wait a second.....";	next;	set #CASHPOINTS, #CASHPOINTS+10;	mes "[Point Exchanger]";	mes "Total  " + #CASHPOINTS + " Cash Points.";	close;L_NoMake:	mes "[Point Exchanger]";	mes "You don't have enough gold coins to exchange..";	close;L_Bl: 	mes "[Point Exchanger]";	mes "Good good, let me just check"; 	next;	if(countitem(7539)<1000) goto L_NoMake; 	delitem 7539,1000;	mes "[Point Exchanger]";	mes "Give me a second.....";	next;	set #CASHPOINTS, #CASHPOINTS+30;	mes "[Point Exchanger]";	mes "You now have " + #CASHPOINTS + " Cash Points.";	close;L_Leave:	mes "[Point Exchanger]";	mes "Maybe another time?";	close;L_Cancel:	mes "[Point Exchanger]";	mes "Aw, what a shame";	close;}

 


how to add this effect on script item_db2 ?

13 August 2013 - 11:36 AM

  • [color=rgb(51,51,51);font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:13px;]Reduce damage taken from DemiHuman monster by 10%..Add a chance of auto casting Level 1 Safety Wall when dealing physical damage(0.02%).Allstat +3..str more than 100(without modifier) add damage/attack 20%[/color]
  • [color=rgb(51,51,51);font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:13px;]Increases physical attack against DemiHuman monster by 15%..Receive Physical Damage From Demi-Human 7% ...allstat +2..Hp/Sp Increment 5% ...Autocasting lvl1 Critical Wound while melee Attacking[/color]
  • [color=rgb(51,51,51);font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:13px;]Add Range Damage 7% .. Str More Than 105(Without Modifier) Add 3% ...Dex More Than 85(Without Modifier) add 5% ..AllStat +2 Hp/Sp Increment 3%[/color]