quesoph
Members-
Content Count
562 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by quesoph
-
^ if ( !checkvending() ) { // check character if its not on vending mode. for ( .@x = 0; .@x < getarraysize( .Items ); .@x+=2 ) getitem .Items[ .@x ], .Items[ .@x + 1 ]; // get item rewards if not on vend mode.}Autotraders will not get rewards from this script or test it out..
-
What exactly do you want to do with this diff?
-
^
- 41 replies
-
Level1:Level2:Level3: and so on.
-
You should post your script.
-
Happens to me before. Here is what I did: Read.
-
http://www.eathena.ws/board/index.php?showtopic=193726
-
{ Id: 4359 AegisName: "B_Eremes_Card" Name: "Assassin Cross Card" Type: 6 Buy: 20 Weight: 10 Loc: 136 Script: <" bonus3 bAutoSpell,"ASC_EDP",1,50; ">},
-
prontera,160,160,3 script OnTouchHeal 100,5,5,{end;OnTouch: specialeffect2 EF_HEAL2; percentheal 100,100; // heal 100% hp and sp. end;}this?
-
Thank you annie..
-
../db/pre-re/skill_cast_db.txt or ../db/re/skill_cast_db.txt
-
Convert this "Facebook Share System" script please
quesoph replied to karazu's question in Source Support
^ Change ACMD_FUNC(share) to ACMD(share). -
Thank you ! ^^
-
@partyrecall and @guildrecall
-
I think he's asking for a scripted version of this quest: Click me or this Click me
-
You did not include the actual weapon sprites. Thanks and great share.
-
Cool Idea. ;D
-
I don't know if its legal to share but i am sharing it anyways. @edit reuploading.. @edit again. Click me
-
http://herc.ws/board/topic/2203-dispel-yggdrasil-berry-and-seed-restriction/
-
@petfriendly <0-1000>Sets the intimacy level of your pet, with 1000 being "Loyal". @homfriendly <0-1000>Sets the intimacy level of your homunculus, with 1000 being "Loyal". ?
-
try to remove this. and report back. if (sc->data[SC_FUSION]) { int hp= sstatus->max_hp; if (sd && tsd) { hp = 8*hp/100; if ((sstatus->hp * 100) <= (sstatus->max_hp * 20)) hp = sstatus->hp; } else hp = 2*hp/100; //2% hp loss per hit status_zap(src, hp, 0); }
-
R> npc that convert pods to cash / cash to pods / pcoin
quesoph replied to HisokaMachi's question in Script Requests
is this what you want? prontera,150,150,5 script cash exchanger 100,{ mes "What do you want to exchange?"; if ( select ( "- PODS","- Poring Coin" ) == 2 ) { mes "Input How many PODs you want to exchange"; input .@input; if ( .@input == 0 ) { mes "Not possible."; close; } set #CASHPOINTS, #CASHPOINTS + .@input * 2000; delitem 501, .@input; // replace 501 to POD item id. close; } mes "Input How many Poring Coins you want to exchange"; input .@input; if ( .@input == 0 ) { mes "Not possible."; close; } getitem 501, .@input; // replace 501 to poring coin item id. set #CASHPOINTS, #CASHPOINTS - .@input * 100; close;} I haven't tested it. -
@reloadbattleconf ang pag reload nyan. // Rate at which exp. is given. (Note 2)base_exp_rate: 500000// Rate at which job exp. is given. (Note 2)job_exp_rate: 500000