Jump to content

Lelouch vi Britannia

Members
  • Posts

    712
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Lelouch vi Britannia

  1. If you're using Notepad++ and experiencing rubbish or unknown words just change/set the Encoding to EUC-KR.
  2. That was the issue its not working on 2016 and above clients but it works on 2014 and below client also including a little of 2015 clients. So you're saying its was working as intended and its normal that if you add the Ignore Resource Errors patch on the new clients then an missing file message shows up it normal? so why do we have to add it on the client if it shows a resource error message with or without the Ignore Resource Errors Patch?
  3. @Secrets Yea the patch is working. Still some resource fail message still popping up.
  4. @Secrets can you update the Ignore Resource Errors on 2017+ clients?
  5. Maybe wrong forums to post rather a wrong section :D.
  6. All i noticed is this... Maybe iRO was involved in this action? I also have a copy of it but it was last updated on 03/13/2016 just drop a pm if you need it :P.
  7. Like the error said you have missing or extra TAB it means you added SPACE instead of TAB. -<TAB>itemshop<TAB>YGG_SHOP<TAB>-1,7227,607:1,608:1
  8. As stated in the title above does any have this?
  9. Try changing this status.inventory to this inventory.u.items_inventory and this status.cart to this cart.u.items_cart This was changed when they added the Optimized Inventory, Cart Inventory, and Storage usage
  10. Well i found this manners on Hercules but its currently on plugin maybe i can request a rA version on this? PS. I found out that there was a old topic on eA about this server side manner.txt but the problem is it was gone.
  11. Try changing this... query_sql "SELECT `char`.`name`, CAST(`value` AS UNSIGNED) FROM global_reg_value " + "LEFT JOIN `char` ON global_reg_value.account_id=`char`.account_id " + "WHERE global_reg_value.`str`='#CASHPOINTS' GROUP BY `char`.account_id " + "ORDER BY CAST(`value` AS UNSIGNED) DESC LIMIT 128", to this... query_sql "SELECT `char`.`name`, CAST(`value` AS UNSIGNED) FROM acc_reg_num " + "LEFT JOIN `char` ON acc_reg_num.account_id=`char`.account_id " + "WHERE acc_reg_num.`key`='#CASHPOINTS' GROUP BY `char`.account_id " + "ORDER BY CAST(`value` AS UNSIGNED) DESC LIMIT 128", PS. This is just a test and i havent tested it also
  12. yes, thanks for this. But the question, how to set it into zeny? set @Currency$,"7179"; this is my setting for the currency, now i want to change it into zeny. Check the top of the script for the settings // Settings : // - Only required to edit the ShopSetting() Function // Notes : You may also add / remove Menu ( If any ) // - Shop Currency can be either ItemID or Variable Name, but must write within Quotation Marks ( "" ) // Ex. of Variable. -> Zeny , #CASHPOINTS , #KAFRAPOINTS , CustomVariable , #CustomVariable // - ERROR Message are used to show Invalid Settings in your NPC.
  13. You can use the default Quest Shop in npc/custom/quests/quest_shop.txt Or Use this Multi Currency Shop
  14. more details? or baka nmn e2 ang problem mo sa devo? conf/battle/skill.conf // Using 'old' behavior for devotion vs reflect damage? (Note 2) // Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devote the reflected damage), // when player with devotion attacks player with reflect damage ability (item bonus or skill), // the damage will be taken by the person who provides devotion instead the attacker. devotion_rdamage: 0 Change 0 to 100 kung gusto mo ung old devo
  15. Thats the License Screen, you can enable or disable it using NEMO
×
×
  • Create New...

Important Information

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