- 0
-
Activity
-
-
8
Visual Bug-EXP,LEVEL,DMG
if you dont have backup, give whatever you removed back and remove it step by step -
1
Grade status points bug
uicharacter.py show function RefreshAlignment , something in sysser? -
21
-
1
-
2
Visual damage bug
I hit and skill in players and didn't make damage, the players told me it looks like I'm standing still -
1
Grade status points bug
Hello guys, i have bug, if i want to see how many grade points i have, it show empty.. show nothing,, someone know how to fix ? -
-
3
Metin2 remade in unreal experiments
i used gaea to recreate the maps, there is several .raw texture for each map that i combined on gaea and then for the layers i used the minimap images and combined them the same way to have a full size image of the map and projected it on the terrain in unreal engine to paint the layers on top with the proper textures from terrainmap folder
-
-
Recently Browsing
No registered users viewing this page.
Question
lordsas61 2
def __RefreshExinvenSlotState(self): inventory_max = player.GetExtendInvenMax() for i in xrange(player.INVENTORY_PAGE_SIZE): slotNumber = self.__InventoryLocalSlotPosToGlobalSlotPos(i) if slotNumber >= inventory_max: self.wndItem.LockSlot(i) else: self.wndItem.UnlockSlot(i)
player.INVENTORY_PAGE_SIZE = 45
but all time
i = 0
what is problem?
Link to post
4 answers 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.