-
Activity
-
0
Visual damage bug
Someone who solve this visual bug? on sec 30+ .. i pay for this.. -
0
CUBE/CRAFT WINDOW DOESNT SHOW ITEM
I have a problem with the craft system Problem: My craft windows does not show what is necessary to craft an item. Look: https://ibb.co/XtPFYKb Although the crafting is working properly, is not possible to see what it takes to craft. Someone knows how to solve this? -
2
CLIENT SOURCE ERRO
I solved the problem. It was related to my compiler. Thanks anyway -
134
Render Target Remastered
Another fix: ## in function def AddRefineItemData(self, itemVnum, metinSlot, attrSlot = 0): ##search for: self.AddItemData(itemVnum, metinSlot, attrSlot) ##change with: self.AddItemData(itemVnum, metinSlot, attrSlot, 0, 0) this one is when you are trying to upgrade one item and it shows 2x like this: -
2
Shop Low Price Icon
Hi @Mali61, thanks for release, any chance to make it works with your "Average shop price"? When price is under the average you'll get the icon -
6
Visual Bug-EXP,LEVEL,DMG
no.. same level 1 becomes 500 - level 2 800 maybe this is mistake https://prnt.sc/107q6iw -
6
Visual Bug-EXP,LEVEL,DMG
You had a duplicate in your file for the Level self.GetChild. Try this: https://pastebin.com/6dua4PMR -
6
Visual Bug-EXP,LEVEL,DMG
import uvvY2sBNvVcbJz4jvDr6fSWYdmqv9NPQ as pythonApi app = __import__(pythonApi.GetModuleName("app")) chr = __import__(pythonApi.GetModuleName("chr")) player = __import__(pythonApi.GetModuleName("player")) net = __import__(pythonApi.GetModuleName("net")) skill = __import__(pythonApi.GetModuleName("skill")) quest = __import__(pythonApi.GetModuleName("quest")) event = __import__(pythonApi.GetModuleName("event")) chat = __import__(pythonApi.GetModuleName("chat")) systemSetting = __import__(pythonApi.GetModuleName("systemSetting")) import ui import uiScriptLocale import dbg import snd import mouse -
33
Client Locale String
Hey! "auto" keyword is only supported by higher C++ versions, I believe it was introduced in C++11. You can replace it with "TFormat" and you should be just fine. For future use, I would suggest to upgrade your C++ language standard as it makes thing much simpler when programming.
-
-
Recently Browsing
No registered users viewing this page.
Question
Zorty 0
I would like to put a gun in the game with a whole new ID, but in case of a problem. It does not display the sword or the image. But I put it on a different ID (Which exists in the game) and there it is good. Can anyone help with this?
Link to post
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.