Testing needed (updated, ready-to-test!) - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +---- Forum: Archived Plugins (https://forum.cuberite.org/forum-18.html) +---- Thread: Testing needed (updated, ready-to-test!) (/thread-616.html) |
Testing needed (updated, ready-to-test!) - Taugeshtu - 11-09-2012 Hi there. I need some help with testing things I have. So, what's the deal? - Handy: seems to work fine. Any errors you get you post there; - Coiny: same here, should work fine; - Trady: big one. I'll write detailed series of tests. Installation:
Sorry, but there's no proper way right now.
What I need you to do:
Now, in case you want more, I have more But it's more complicated. Now you have to test it all again (regular operation, fractional operation, not-enough-money operation), but ban fractional operations when you create a shop. Remember, this is done via writing "1" in third line on a sign when creating a shop. And if you're not satisfied yet, you may try another one! Go to "Plugins/Trady" folder, open "trady_main.lua" and change: FRACTIONAL_TRADE = trueTo: FRACTIONAL_TRADE = falseAnd then test fractional operations again. But wait, there's more! Now it's time to unleash true potential of Trady. BARTER! What's Barter. Basically, it's when you don't give a fuck about some virtual currency and just use some "real" items you have to trade. This item is strictly set server-wise, and by default it's golden nugget. Why? It's rare, packs well (x9 to ingot, x9 ingots to block, so it's 81 stack = 5184 coins in 1 stack of golden blocks) and don't have much of a practical usage (I used to use gold only for selling it for virtual currency for my whole server life). So, what are requirements? You need to change BARTER = falseTo: BARTER = truein "trady_main.lua". Then you create a shop as usual, and THEN you create your "cash machine". Creating a cash machine:
Also you might want to check fractional operations with nearly full cash machine. Also, don't worry, Trady don't store any data yet. And don't provide property protection, so, yeah... Anyway... Yes, that's A LOT. If anyone happened to bother - I'll include your nicknames into Trady's init section, and in webadmin too! (when it's done). * I'm lying, it is not. Okay, looks like I had solved all the non-working issues and now it's all down to bug hunt Known bugs: - somehow duplication is made with barter trade. Couldn't trace it right now. - sometimes it just won't right-click. I have no idea why. RE: Testing needed (updated, ready-to-test!) - Taugeshtu - 11-09-2012 Duplication solved. Could be that right-click is tied to 1.4.2 client. I have no issues with 1.3.2. Will continue to investigate tomorrow. RE: Testing needed (updated, ready-to-test!) - fankins - 07-05-2013 update plugin! please! pls! RE: Testing needed (updated, ready-to-test!) - tonibm19 - 07-05-2013 I tried to update it, there was an error with hooks. Now the plugin don't detect chests. If someone knows how to fix it, please fix it. There is no error in console and plugin starts well, without any error. |