Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
eline sağlık teşekkürler
Efsaneviden mitsiye yükseltmeye çalışırken bu ejderha taşı arındırılamaz uyarısı veriyor. Biraz araştırdım fakat bulamadım uidragonsoul.py içerisinde şöyle bi kod bloğu buldum;
[CODE title="uidragonsoul.py"] if self.currentRecipe:
self.refineSlotLockStartIndex = self.currentRecipe["need_count"]
self.wndMoney.SetText(localeInfo.NumberToMoneyString(self.currentRecipe["fee"]))
return True
else:
self.__PopUp(localeInfo.DRAGON_SOUL_CANNOT_REFINE)
return False[/CODE]
Çözümü bilen yazabilir mi ?
[CODE title="uidragonsoul.py"] if self.currentRecipe:
self.refineSlotLockStartIndex = self.currentRecipe["need_count"]
self.wndMoney.SetText(localeInfo.NumberToMoneyString(self.currentRecipe["fee"]))
return True
else:
self.__PopUp(localeInfo.DRAGON_SOUL_CANNOT_REFINE)
return False[/CODE]
Çözümü bilen yazabilir mi ?