Jump to content

quesoph

Members
  • Content Count

    562
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by quesoph

  1. ^ 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..
  2. What exactly do you want to do with this diff?
  3. Level1:Level2:Level3: and so on.
  4. Happens to me before. Here is what I did: Read.
  5. http://www.eathena.ws/board/index.php?showtopic=193726
  6. quesoph

    Card Effect

    { 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; ">},
  7. prontera,160,160,3 script OnTouchHeal 100,5,5,{end;OnTouch: specialeffect2 EF_HEAL2; percentheal 100,100; // heal 100% hp and sp. end;}this?
  8. ../db/pre-re/skill_cast_db.txt or ../db/re/skill_cast_db.txt
  9. I think he's asking for a scripted version of this quest: Click me or this Click me
  10. You did not include the actual weapon sprites. Thanks and great share.
  11. I don't know if its legal to share but i am sharing it anyways. @edit reuploading.. @edit again. Click me
  12. http://herc.ws/board/topic/2203-dispel-yggdrasil-berry-and-seed-restriction/
  13. @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". ?
  14. 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); }
  15. 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.
  16. quesoph

    Change Exp Rates?

    @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
×
×
  • Create New...

Important Information

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