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!
hi, i implemented the pet system of official server, with wondow in P button, but, when i click on a egg, a get his name and click ok, nothing happened and in chat i have this: [Pet-Incubator] Invio pacchetto schiudi pet.
this is the line in uiPetIncubatrice.py in root:
def RequestHatching(self):
if self.petname.GetText() == "" or len(self.petname.GetText()) < 4:
chat.AppendChat(chat.CHAT_TYPE_INFO, "[Pet-Incubator] Il nome del pet non e' valido.")
return
if player.GetElk() < 100000:
chat.AppendChat(chat.CHAT_TYPE_INFO, "[Pet-Incubator] Aveti nevoie de "+str(localeInfo.NumberToMoneyString(100000)) +".")
return
chat.AppendChat(chat.CHAT_TYPE_INFO, "[Pet-Incubator] Invio pacchetto schiudi pet.")
import chr
chr.RequestPetName(self.petname.GetText())
self.Close()\
someone can help me? thk
this is the line in uiPetIncubatrice.py in root:
def RequestHatching(self):
if self.petname.GetText() == "" or len(self.petname.GetText()) < 4:
chat.AppendChat(chat.CHAT_TYPE_INFO, "[Pet-Incubator] Il nome del pet non e' valido.")
return
if player.GetElk() < 100000:
chat.AppendChat(chat.CHAT_TYPE_INFO, "[Pet-Incubator] Aveti nevoie de "+str(localeInfo.NumberToMoneyString(100000)) +".")
return
chat.AppendChat(chat.CHAT_TYPE_INFO, "[Pet-Incubator] Invio pacchetto schiudi pet.")
import chr
chr.RequestPetName(self.petname.GetText())
self.Close()\
someone can help me? thk
