Jump to content

AinsLord

Members
  • Posts

    794
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by AinsLord

  1. so i found this guide here https://rathena.org/board/topic/116615-configure-1-login-for-2-different-servers/ the only difference in my part is i have 3 VMs 1 for 1st server 1 for 2nd server and 1 for phpmyadmin database so im planning to use 1 username on the 2 servers this guide only shows 2 VMs im trying my best to do it with 3 VMs can anyone help me do this properly #TIA
  2. what client is safe to use for that feature?? currently using 2015-10-04a i guess thats my client
  3. do you have sample on how can i create one NPC with signboard??
  4. i got several questions sorry just need clarifications so what are the difference of those clients?? what is the most stable 2018 client?? what does zero means on the end of the client? 2018-03-07bRagexeRE - RE means Renewal? 2018-03-09aRagexe - This one for PRE-RE? 2018-03-15aRagexe_zero - ZERO means?? and it has letters a/b/n etc sorry a little bit confused and curious thnx in advance
  5. how to have that in NPC?? the icon top of the NPC?? where can i download also the 2018 unpack client? EDIT: found the client
  6. so right now i have my server 99/70 so im planning to create a new server which is 255/120 i already have separated host for the 255/120 my question is since 255/120 has a different items in terms of descriptions how can i make different iteminfo.lub for the 255/120 and data/luafile inside the grf without affecting the files for 99/70 is that possible?
  7. new link please
  8. it can still claim multiple times by one account and its not bounded
  9. yea im using the latest rAthena
  10. on your conf/battle/feature.conf // Autotrade persistency (Note 1) // Should vendors that used @autotrade be restored after a restart? feature.autotrade: yes if thats yes then once you reboot your server all characters that is on @AT will stay online change it to no so all characters will be disconnected including the autotraders
  11. that item ID should be on ur item_db.txt platinum coin ID is 677 check your item_vending.txt in your DB folder // Specific items for Vending System // Format: ItemID // Max items is equal MAX_INVENTORY ( 100 by default ) // TCG Card 7227 // Mithril Coin 674 // Silver Coin 675 // Bronze Coin 673 // Poring Coin 7539 if your going to add other currency for your vending should include here and also on you item_db.txt EDIT: in my part nothing changes when i restart my server, The only error in my part is when i reboot my server with someone auto vend they can bought the items using zeny so what i did is turn off the feature for the vendor to stay after reboot @Easycore thats the only bug i encounter
  12. i do it manually +1 for a great job sir @Easycore
  13. are you planning to setup a fluxCP also?? are you planning to setup a fluxCP also??
  14. thnx already made it eventhough it shows 2 USD = 10DC still same output thnx
  15. application.php?? or in donation folder inside FluxCP?
  16. how can i increase donation points like 1 USD = 5 donation points on fluxCP when i input 1 USD still showing 1 Donation points #TIA
  17. alright ill be online later when i get back home
  18. yey! i also want to know how to do it so can we doit via teamviewer?? and btw my game files are different from my database/phpmyadmin so im planning to put the website+FluxCP on the IP where my database/phpmyadmin is is that possible??
  19. but i dont have anything to pay for the service ?
  20. can anyone help me installing a website + Flux CP on my VPS for free ^_^ using teamviewer so i can also see how to do it?? im going to use a pre-made free here at rathena thnx in advance
  21. thnx for response guys ^_^
  22. sir @Valor [Error]: Loading NPC file: npc/custom/ains/overstatban.txt script error on npc/custom/ains/overstatban.txt line 20 need '(' 15 : { 16 : 17 : OnPCLoginEvent: 18 : set .@name$,strcharinfo(0); 19 : set .@ipbannumber$,getcharip(strcharinfo(0)); * 20 : if ( getgmlevel() > 99 || getgroupid '>' 99 ) { // GM level/group config 21 : //==== Authorized GM Checker ============================================= 22 : if ( .@name$ == "GMawa" || .@name$ == "GMaa") end; 23 : announce "Shield: "+.@name$+" from "+.@ipbannumber$+" was banned for login unauthorized GM account.",bc_all; 24 : //atcommand "@block "+.@name$; 25 : debugmes .@name$+" was banned for login unauthorized GM account."; i have this error on your code
  23. so i found this link here and the script of @Emistry - script Sample -1,{ OnPCLoginEvent: for( .@i = 13; .@i <= 18; .@i++ ) if( readparam( .@i ) >= 99 ) .@over_stat++; if( .@over_stat > 2 ){ dispbottom "You have more than 2 over stats"; // do whatever you want here. atcommand "@block "+strcharinfo(0); } end; } how can i disregard for admins?? or is there any statpoint checker like for 99 total statpoints is 1325 if the total exceeds you will be kicked #TIA EDIT : Not Solved yet
  24. found this one already just checking if there is like a NPC script for it to check by players cos im not a fan of source edits/mod ^_^ well thnx man ^_^
  25. is there any script that will announce if the MVP is alive or spawned already after being killed or an NPC to check whether the MVP is alive already or dead including the time to respawn?? #TIA
×
×
  • Create New...