Jump to content

RonnieBreathe

Inactive Member
  • Posts

    19
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by RonnieBreathe

  1. GR2 -> gr2, every big letter "Lord" has to be a small letter. even "GR2" has to be small. try it with this
  2. So i implemented it, and it works all fine. Icons are very beautiful, and the LUA's have a good coding. Good job!
  3. icons are fine, just rename "tga" to "jpg" and open them. after that just open it in paint and save as tga. Nice system, i will try it and review after that.
  4. The mine has been dismantled. "Inzwischen" is like "meanwhile" or "in the meantime" . But when you take a translator, he will say "the mine has now been dismantled." I'm german, but i would never write this sentence, i would use "Die Minen wurden bereits abgebaut", thats "The mines have already been mined" Or i just mistaken it, and you need german quests, than i could translate it tomorrow // Oder ich hab was verwechselt, und du brauchst die Quests auf deutsch, dann kann ich es dir morgen übersetzen.
  5. Hello m2dev! So i got the Ingame Itemshop by Shang 1.0 (2016). Now, the problem is, the itemshop_lib.os date is expired (17.04.2017) and i need to increase this date, or make it infinite. Do you got some idea's, how i could possibly do this, or could someone do this for me? Thanks for advice!
  6. Sorry for double-post, but the solution from @Distraught worked! Thank you very much!
  7. Thanks for helping! I will try it, when my compiler will start - i got an online compiler and the host is currently offline I will update this, if it works, thousand thanks!
  8. Can you post the item_proto data? Server and client if its possible.
  9. Im sorry i'm not english, but i try to explain everything detailed Player1 types 500.001 yang in the inputbox, accepts. Player2 receives 500.001yang, but Player1 loses 1.000.002yang. So it seems like it doubles up on this amout. I searched in exchange.cpp and found one string, maybe thats why: So i got long long gold trade, may it should be this?: for (long long i = 1; i < m_lGold+1; i=i+500000)
  10. Sorry, it didnt change at all :/ oh yeah i figured out: 500.001 yang is the amount, that gets doubled
  11. Its already on this in Pick gold: def OnPickMoney(self, money): net.SendExchangeElkAddPacket(money)
  12. Hello M2Dev! I got a new problem, this time it's something... very confusing. When i want to trade with someone, and put in 9.999.999Yang/gold however you wanna call it, the person who receives it, get the amout. BUT the person who offers the amount, got like 200.000.000 removed. Its very strange, and i can't figure out, where is the problem. I got long long MAX_YANG and the python part is on maxlenght(20) for the ifdef: new_exchange_window May you can find some details. Thanks for helping!
  13. Hello! I found the inventory-bug. Now i got a new problem: I get the item into the slot, the item disappears, but i got a "input" line over my ui. I tried everything on the functions, may someone can help me. Screen: functions i tried to use:
  14. Hello m2dev! I try to explain my problem: I got the biology-system from abizu, and i got 5inventory pages. The problem is, when the item (ex: orc-bio-item) is on the 3rd page, the biology don't take the item. The item is still there, and won't get out of the socket. It happened on side 3/4/5 (the extrapages) no syserr, no clue what happened there. I searched in the biologysystem but didn't found any weird pythonlines. Then i searchen uiinventory.py, but no weird things in my opinion. I hope you can help me! uibiology.py: uiinventory.py:
  15. hello m2dev. I implemented the biology-system from azubu2, but ihm getting a strange error, let me try to explain. This is the error on syserr, i try to show you, what i mean:
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.