- 0
-
Activity
-
-
4
Stones Refine
I have the same problem, I tested it there already, even changing the client / game, still not refining. I have another problem too, I can only sell one item at a time, even if it is stacked ...: / -
34
-
15
Offline Message System
is that normal that i can Pn offline user that have PN block on ? and if that users log in they still have pn block on but every user can pn him he have to refresh pn block. -
17
anticheat [Protection] HackTrap Premium Anticheat service
HackTrap is being detected by many antiviruses as a Trojan. I am using Bitdefender - which is also detecting HackTrap as a Trojan. A lot of players have issues on servers that are using HackTrap's services, as their antiviruses detect Trojans in the files. I tested it and it comes from HackTrap's two .exe files. Please look into fixing it. If your anticheat software isn't actually a virus, it shouldn't be too difficult making sure it doesn't get flagged. People are paying for this service and the fact that your anticheat is getting caught as a virus is making servers lose playe -
-
127
Paid - Syreldar's Lua Services [Dungeons/Missions/Functions/Events/Fixing and/or Creating new Quests on request and more]
@Syreldar @Braxy We could solve this problem in a private discussion with both of you much faster without any troubles, but here we are. After we analyzed the evidence, seems that Braxy used two functions in some quests 1/1 made by Syreldar. Those functions were public posted by Syreldar in the community, the only thing that making a real problem in this situation, is that Braxy didn't mention the author/link of those two functions, that's not called quality for the m2dev marketplace. So, the staff's decision is that @Braxy will be restricted in the Marketplace - Service s- 2
-
-
-
2
Game Login and teleport CPU boost %13-15
@Shogun I did not test this during a normal game. Because I was afraid to use it with CPU usage. I uploaded this to a different VPS question and the result was the same. Is it normal for the CPU to increase 3% - 4% when a person enters? -
20
-
-
Recently Browsing
No registered users viewing this page.
Question
tristano98 4
Hi guys, I have a problem with offline shops closing. When I close it, the store title remains..
Syserr:
1115 08:41:02239 :: Traceback (most recent call last):
1115 08:41:02239 :: File "uiOfflineShopBuilder.py", line 171, in OnUpdate
1115 08:41:02239 :: TypeError
1115 08:41:02239 :: :
1115 08:41:02239 :: 'NoneType' object is not iterable
1115 08:41:02239 ::
1115 08:41:02239 ::
def OnUpdate(self):
if (not self.vid):
return
if (systemSetting.IsShowSalesText() and systemSetting.IsShowOfflineShop()):
if systemSetting.GetShopNamesRange() == 1.000:
self.Show()
(x, y) = chr.GetProjectPosition(self.vid, 220)
self.SetPosition(x - self.GetWidth() / 2, y - self.GetHeight() / 2)
else:
LIMIT_RANGE = abs(constInfo.SHOPNAMES_RANGE * systemSetting.GetShopNamesRange())
(to_x, to_y, to_z) = chr.GetPixelPosition(self.vid)
(my_x, my_y, my_z) = player.GetMainCharacterPosition()
if abs(my_x - to_x) <= LIMIT_RANGE and abs(my_y - to_y) <= LIMIT_RANGE:
(x, y) = chr.GetProjectPosition(self.vid, 220)
self.SetPosition(x - self.GetWidth() / 2, y - self.GetHeight() / 2)
self.Show()
else:
self.Hide()
self.SetPosition(-70, 0)
name = chr.GetNameByVID(self.vid)
if str(name) in constInfo.PAZAR_BAKILDI:
if str(self.baslik).find("^") != -1:
self.textLine_Bakildi.SetText(str(constInfo.RENKLER["SARI"])+self.baslik[1:])
else:
self.textLine_Bakildi.SetText(str(constInfo.RENKLER["SARI"])+self.baslik)
self.textLine_Bakildi.Show()
self.textLine.Hide()
else:
if str(self.baslik).find("^") != -1:
self.textLine.SetText(self.baslik[1:])
self.textLine.Show()
self.textLine_Bakildi.Hide()
else:
self.textLine.SetText(self.baslik)
self.textLine.Show()
self.textLine_Bakildi.Hide()
else:
for key in g_offlineShopAdvertisementBoardDict.keys():
g_offlineShopAdvertisementBoardDict[key].Hide()
Link to post
2 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.