Jump to content

Gerome

Members
  • Posts

    185
  • Joined

  • Last visited

Everything posted by Gerome

  1. Nice Work.. Thanks a lot for this.. Keep it up! more Vid Guides to come!
  2. hmm... pg bibili ng VA which is 50 Astro Coins ito ang mg rurun na script.. if(@bought_nameid[@i] == 2357){ if(countitem(29999) >= 10*@bought_quantity[@i]){ delitem 29999,10*@bought_quantity[@i]; getitem 2357, @bought_quantity[@i]; } else { dispbottom "Donation Shop : Insufficient Astro Coins!"; mes "[Donation Shop]"; mes "Insufficient ^FF0000Astro Coins^000000!!!"; mes "Please get some Astro Coins Ticket to Obtain this Item."; close; Look at the if(countitem(29999) >= 10*@bought_quantity[@i]){ the 10 represents the no. of Astro Coins right? dba dpat >=50 cause 50 Astro Coins ang VA same with delitem 29999,10*@bought_quantity[@i];.. dpat delitem 29999,50*@bought_quantity[@i];
  3. what do you mean ? the GM suit ? ginawa mo nbang GM level 99 account mo ?
  4. this ? if ( BaseLevel != 255 || JobLevel != 120 ){ next; mes @name$; mes " Your Base level must be 255 and your Job level must be 120"; close;} add that before next; mes @name$; mes "Please choose a job."; switch(select("Lord Knight","High Priest","High Wizard","Whitesmith","Sniper","Assassin Cross","Paladin","Champion","Professor","Stalker","Creator","Clown")){
  5. hmmm... im using this since last year http://www.eathena.ws/board/index.php?showtopic=230175 until now.. Custom Dynamic Shop..
  6. it is for Offline/Test Server ? or Online ? cause i see your login server ip is 127.0.0.1.. for offline: use 127.0.0.1 to all IP: for Online use Your Wan IP or no-ip. clean also the error.. navigate to your conf folder and rename import-tmpl folder to import..
  7. are you using the latest rathena Revesion ? what client you use ?
  8. look! your Login_port and Char_port are the same... Replace Your login_port: to 6900 as the default..
  9. Can you Post Your Config.. hmmm.. try to see your char_athena.conf and login_athena.conf if the login_port: are match..
  10. Find this in src/map/status.c //Status that are blocked by Golden Thief Bug card or Wand of Hermod if (status_isimmune(bl)) switch (type) { case SC_DECREASEAGI: case SC_SILENCE: case SC_COMA: case SC_INCREASEAGI: case SC_BLESSING: case SC_SLOWPOISON: case SC_IMPOSITIO: case SC_AETERNA: case SC_SUFFRAGIUM: case SC_BENEDICTIO: case SC_PROVIDENCE: case SC_KYRIE: case SC_ASSUMPTIO: case SC_ANGELUS: case SC_MAGNIFICAT: case SC_GLORIA: case SC_WINDWALK: case SC_MAGICROD: case SC_HALLUCINATION: case SC_STONE: case SC_QUAGMIRE: case SC_SUITON: return 0; } Then Remove case SC_COMA:
  11. Version 1.0

    4546 downloads

    I included a PSD File, so you can Edit the Server Name.
    Free
  12. Belated Happy New Year..
  13. check this out! http://www.eathena.ws/board/index.php?showtopic=247748
  14. meron tlga.. i experienced also that .. zymic.net ka nlang..
×
×
  • Create New...