HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
- Işınlanmayı item veya yang karşılığı yapabilirsiniz.
- İstediğiniz kadar boss ayarlayabilirsiniz.
Son düzenleme:
keşke bunu düz paylaşmak yerine forum eklentisini kullansan- Oyuncular boss'a tıklayarak istedikleri yere gidebilirler![]()
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
- Işınlanmayı eşyalar ve yang ile kısıtlayabilirsiniz
- İstediğiniz kadar boss ayarlayabilirsiniz
############uiminimap.py ############
#search:
#search interfacemodule
#add:
if#add.ENABLE_ATLAS_BOSS:
import grp
#search i#searchss MapTextToolTip(ui.Window):
#for:
#for textLine.SetParent(self)
#add:
#add if not app.ENABLE_ATLAS_BOSS:
textLine.SetHorizontalAlignCenter()
#for:
#for textLine.SetOutline()
#add:
#add if not app.ENABLE_ATLAS_BOSS:
textLine.SetHorizontalAlignRight()
else:
textLine.SetHorizontalAlignLeft()
#for:
#for self.textLine = textLine
#add:
#add if app.ENABLE_ATLAS_BOSS:
textLine2 = ui.TextLine()
textLine2.SetParent(self)
textLine2.SetOutline()
textLine2.SetHorizontalAlignLeft()
textLine2.Show()
self.textLine2 = textLine2
#search f#search def SetText(self, text):
self.textLine.SetText(text)
#add:
#add app.ENABLE_ATLAS_BOSS:
def SetText2(self, text):
self.textLine2.SetText(text)
def ShowText2(self):
self.textLine2.Show()
def HideText2(self):
self.textLine2.Hide()
def SetTooltipPosition(self, PosX, PosY):
if app.ENABLE_ATLAS_BOSS:
PosY -= 24
if localeinfo.IsARABIC():
w, h = self.textLine.GetTextSize()
self.textLine.SetPosition(PosX - w - 5, PosY)
if app.ENABLE_ATLAS_BOSS:
self.textLine2.SetPosition(PosX - w - 5, PosY + 10)
else:
self.textLine.SetPosition(PosX - 5, PosY)
if app.ENABLE_ATLAS_BOSS:
self.textLine2.SetPosition(PosX - 5, PosY + 10)
#search f#search def SetTextColor(self, TextColor):
self.textLine.SetPackedFontColor(TextColor)
#add:
#add if app.ENABLE_ATLAS_BOSS:
self.textLine2.SetPackedFontColor(TextColor)
#search f#search def EventMouseLeftButtonUp(self):
(mouseX, mouseY) = wndMgr.GetMousePosition()
#add:
#add if app.ENABLE_ATLAS_BOSS:
(bFind, sName, iPosX, iPosY, dwTextColor, dwGuildID, time) = miniMap.GetAtlasInfo(mouseX, mouseY)
else:
(bFind, sName, iPosX, iPosY, dwTextColor, dwGuildID) = miniMap.GetAtlasInfo(mouseX, mouseY)
#search f#search def OnUpdate(self):
(mouseX, mouseY) = wndMgr.GetMousePosition()
#add:
#add if app.ENABLE_ATLAS_BOSS:
(bFind, sName, iPosX, iPosY, dwTextColor, dwGuildID, time) = miniMap.GetAtlasInfo(mouseX, mouseY)
else:
(bFind, sName, iPosX, iPosY, dwTextColor, dwGuildID) = miniMap.GetAtlasInfo(mouseX, mouseY)
#search f#search if localeinfo.IsARABIC() and sName[-1].isalnum():
self.tooltipInfo.SetText("(%s)%d, %d" % (sName, iPosX, iPosY))
#edit lik#edit if localeinfo.IsARABIC() and sName[-1].isalnum():
self.tooltipInfo.SetText("(%s)%d, %d" % (sName, iPosX, iPosY))
if app.ENABLE_ATLAS_BOSS:
self.tooltipInfo.SetText2(localeinfo.MINIMAP_BOSS_RESPAWN_TIME % (time / 60))
else:
self.tooltipInfo.SetText("%s(%d, %d)" % (sName, iPosX, iPosY))
if app.ENABLE_ATLAS_BOSS:
self.tooltipInfo.SetText2(localeinfo.MINIMAP_BOSS_RESPAWN_TIME % (time / 60))
(x, y) = self.GetGlobalPosition()
self.tooltipInfo.SetTooltipPosition(mouseX - x, mouseY - y)
if app.ENABLE_ATLAS_BOSS:
if time > 0:
self.tooltipInfo.SetTextColor(self.BOSS_COLOR)
self.tooltipInfo.ShowText2()
else:
self.tooltipInfo.SetTextColor(dwTextColor)
self.tooltipInfo.HideText2()
else:
self.tooltipInfo.SetTextColor(dwTextColor)
self.tooltipInfo.Show()
self.tooltipInfo.SetTop()
anında düzenledim zaten kod işareti çalışmıyor bilerek yaptım düzenleden olacak mı diye gene olmadı paste yaptım zatenkeşke bunu düz paylaşmak yerine forum eklentisini kullansan

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 62
- Görüntüleme
- 2K
- Anket
- 5.00 yıldız(lar) 1 Değerlendirme
- Cevaplar
- 2
- Görüntüleme
- 105
- Cevaplar
- 3
- Görüntüleme
- 213
- Cevaplar
- 9
- Görüntüleme
- 193
- Cevaplar
- 0
- Görüntüleme
- 154
