Jump to content

PapaZola

Members
  • Posts

    925
  • Joined

  • Last visited

Everything posted by PapaZola

  1. hello rA how i can edit skill cart termination make enemy freeze not stun status? and how to change Scream from dancer skill making freeze not stun status thanks guys,im used eAthena
  2. got some error sir,im used eAthena script error on npc/exchanger/spam.txt line 12 parse_line: expect command, missing function name or calling undeclared function 7 : { 8 : case 1: 9 : mes "1 Sacred Token(20001) = 15 Heroic Quest Token"; 10 : mes "How many Sacred tokens do you wish to exchange?"; 11 : input .@tokens; * 12 : '.'@a = (.@tokens*15); 13 : if (countitem(20001) < .@tokens) 14 : { 15 : mes "Sorry but you don't have enough tokens"; 16 : close; 17 : }
  3. here my script please help sir its urgent //================Token Exchanger==== maintown,78,121,6 script Token Exchanger 713,{ mes "I can change your [^0000FFScared Token^000000] to [^0000FFHeroic Quest Token^000000]."; mes "1 Scared Token can be change for 15 Heroic Quest Token and Vise Versa"; next; switch(select("Sacred to Heroic Exchange:Heroic to Sacred Exchange")) { case 1: mes "1 Sacret Token(20001) = 15 Heroic Quest Token"; if (countitem(20001) < 1) { mes "Sorry but you don't have enough tokens"; close; } else { delitem 20001,1; getitem 20000,15; close; } end; case 2: mes "15 Heroic Quest Token = 1 Sacret Token(20001)"; if (countitem(20000) < 15) { mes "Sorry but you don't have enough tokens"; close; } else { delitem 20000,15; getitem 20001,1; close; } end; } }
  4. hello this my coin exchanger but my problem can i make exchange with input amount if player put 60 heroic token player will receive 4 Sacred
  5. How can I make a *.thor file the encrypted *.grf file... ? - I want to merge the encrypted file to the servername.grf... Thanks in advance
  6. i have the same problem player used GTB but still can dispell
  7. hello im used client 2010-07-30 but when i login in game i cant enter or open alt whats the problem?
  8. on website i can login with new password only in game
  9. hello rA im edy changed password on website but when i try login in game need enter old password what the problem?
  10. hello rA can i have script disable item ID 25000-25061 on map pvp01 im use eA
  11. im really missed rA i cant setup setup withour rA forum please dont do maintenence again its hard for newbie like me T_T I MISS RATHENA!!
  12. me also have problem if player up luk to 230 its cant freeze how we can modify for this one?
  13. hello rA im have a few questions its really if player up dex make no freeze? hurm how if we wanna to disable it?
  14. anyone have patch for eA?
  15. thanks for the info i will try soon
  16. im edy try run as administrator hurmm its kinda weird maybe the PC problem? becoz other player working dont have problem
  17. on my pc and other player working only this one player got this problem when trying login on my sevrer
  18. hello some players got this show up KRO 2013
  19. thanks lukeladino Diconfrost VaNz
×
×
  • Create New...