Jump to content

Lelouch vi Britannia

Members
  • Posts

    715
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Lelouch vi Britannia

  1. prontera,164,203,6 script Quest Shop#1 998,{ callfunc "qshop"; OnPCLoadMapEvent: showevent 1,0; end; }
  2. @Secrets I already did tried that but it said "Invalid Command" also i remember isn't that the /quake command was on 2015+ clients? not on 2014 and below clients?
  3. @Secrets Can you check the Disable Quake skill effect Patch i can't see it on the patch listing. Im currently using an updated Nemo from your git also im using 2014-10-22bRagexe client. Or maybe this was due to this update https://github.com/secretdataz/NEMO/commit/415bfa0c4d9d9895f4945525a8550446658b4803.
  4. If you're using Notepad++ and experiencing rubbish or unknown words just change/set the Encoding to EUC-KR.
  5. 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?
  6. @Secrets Yea the patch is working. Still some resource fail message still popping up.
  7. @Secrets can you update the Ignore Resource Errors on 2017+ clients?
  8. Maybe wrong forums to post rather a wrong section :D.
  9. 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.
  10. 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
  11. As stated in the title above does any have this?
  12. 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
  13. 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.
  14. 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
  15. 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.
  16. You can use the default Quest Shop in npc/custom/quests/quest_shop.txt Or Use this Multi Currency Shop
×
×
  • Create New...