Jump to content

Patskie

Members
  • Posts

    1702
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Patskie

  1. http://rathena.sourceforge.net/tools/login_background/
  2. Opps. Sorry when i saw the message i already stop looking at the code
  3. OnMobKilled: mapannounce .Map$,"We've got a winner: " + strcharinfo(0) + " Congrats!",0; getitem <item id>,<item amount>; set .Event,0; end;
  4. Change changesex; end; } } to : changesex; end; } }
  5. Try these prontera,150,150,5 script Sex Changer 100,{ set .@npc_name$,"Sex Changer"; mes .@npc_name$; mes "Would you like to change your character sex?"; mes "If yes, then this will cost you 10 gold coins"; next; if (select("Yes:No") - 1) { close; } else { if (countitem(671) < 10) { mes .@npc_name$; mes "You need more gold coins"; close; } delitem 671,10; mes .@npc_name$; mes "You will be disconnected afterwards"; close2; changesex; end; } } Didn't test. Tell me if there is error.
  6. After you set the maximum value. Find and remove : if (@amount > 9999999) { mes .@npc$; mes "You can only deposit 9999999z per transaction"; close; } if (@wamount > 9999999) { mes .@npc$; mes "You can only withdraw 9999999z per transaction"; close; }
  7. Change : OnClock1500: OnClock1800: OnClock2100: l_start: To : OnClock1500: OnClock1620: OnClock1740: l_start: Just follow the pattern.
  8. Change message .@name$,"[You have a reward pending. See the Item Rewards NPC.]"; To: mes .@name$,"[You have a reward pending. See the Item Rewards NPC.]";
  9. I think your host or provider doesn't support PCRE. Check http://rathena.org/wiki/PCRE for more info.
  10. You cannot deposit 10M zeny and up because the maximum amount being set on the script is 10,000,000z.
  11. As the title implies itself this is an ATM system that you can use on your own server. You can use this by typing @atm. The script can do the following : • Register - Register your account on the atm system. - Initial account balance is 0. - Initial account number is your account id. • Deposit - Deposit zeny on atm system - Maximum deposit of 9,999,999z per transaction. - Restrict 0z deposit. - Restrict the user to deposit amount which is larger than the current holding zeny. • Withdraw - Withdraw zeny on atm system - Maximum withdraw of 9,999,999z per transaction. - Restrict 0z withdraw. - Restrict the user to withdraw amount which is larger than the balance of the account. - Restrict the user to withdraw which will probably result of holding 2,000,000,000z+. • Inquire Balance - Check if you are registered on the atm system. - Show your account number and account balance. How to install? • Just import the bank.sql on your database. • Just put the atm.txt on your server files. Suggestions and bug reports are welcome. Feel free to message me here in rAthena. atmsystem.zip [Mediafire] atmsytem.zip This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
  12. Just post your concerns and we will try to help.
  13. Sa trunk/conf/battle/skill.conf mo Find these tapos bawasan mo : // The rate of time it takes to cast a spell (Note 2, 0 = No casting time) casting_rate: 100
  14. Sang part ka nag kaka error? Nakakapasok kaba? or what?
  15. Open them in Visual Basic 2010
  16. I recommend you to use jaypee's vote for points.
  17. Asurahosting disabled the ping trace on their server with DDOS protection that's why this release is not suitable for asurahosting (DDOS protected) servers
  18. Patskie

    Single Strip

    I'll try this. Thanks bro, Thanks dude! it works!
  19. Patskie

    Single Strip

    Sorry emistry, i posted it accidentally.
  20. Hello i have the following code for single strip, i use this awhile back and quit in RO for some reasons. And now that it is summer i tried to create again another server. I forgot the SVN i am using that time. But now i used the latest version 17231. I receive the following errors :
  21. And replace with: Thanks for this, Already work
×
×
  • Create New...