Jump to content

ѕeмa™

Member
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by ѕeмa™

  1. Hi, someone know how get for example: constinfo.py Test = "Hello" how can i get this "Hello" from c++? Im searching on the forum but i not found nothing, so i write here if somenone can help me. Sorry my english, Thanks.
  2. 1108 22:29:16937 :: Unknown packet header: 100, last: 1 3 this is your problem Unknown packet header crash the client. ( I dont know how fix it ) <-- Maybe u can repair it using game mainline and client novaline.
  3. M2 Download Center Download Here ( Internal ) Hi , i make the quest for wolfman and i use the SAME text of the beta metin2. Here for u, if u find some erros, say me and i repair it. Have Fun Regards SeMa
  4. u cant do the "command" if the player no is GM, then how say zonni, u need create a new function to edit the level of the player. pc.setqf("name", value) <--- set the value pc.getqf("name") <--- return the value example: pc.setqf("test", 1) --- set test in 1 if pc.getqf("test") == 1 then say"1" elseif pc.getqf("test") == 2 then say"2" end
  5. why mysql_query? this conection is too slow... is better use a qf or archive in io's
  6. import ui movement = 0 startness = 0 class movement_test(ui.ThinBoard): def __init__(self): ui.ThinBoard.__init__(self) self.Loadmovement_test() def __del__(self): ui.ThinBoard.__del__(self) def Destroy(self): self.Hide() return TRUE def Loadmovement_test(self): self.SetPosition(-250,120) self.SetSize(300, 300) self.Show() self.AddFlag("movable") self.AddFlag("float") self.LoadButtons() def LoadButtons(self): self.down_button = ui.Button() self.down_button.SetParent(self) self.down_button.SetPosition(285, 150) self.down_button.SetUpVisual("d:/ymir work/ui/public/Large_Button_01.sub") self.down_button.SetOverVisual("d:/ymir work/ui/public/Large_Button_02.sub") self.down_button.SetDownVisual("d:/ymir work/ui/public/Large_Button_03.sub") self.down_button.SetText("Abrir") self.down_button.SetEvent(ui.__mem_func__(self.start)) self.down_button.Show() self.up_button = ui.Button() self.up_button.SetParent(self) self.up_button.SetPosition(285, 150) self.up_button.SetUpVisual("d:/ymir work/ui/public/Large_Button_01.sub") self.up_button.SetOverVisual("d:/ymir work/ui/public/Large_Button_02.sub") self.up_button.SetDownVisual("d:/ymir work/ui/public/Large_Button_03.sub") self.up_button.SetText("Cerrar") self.up_button.SetEvent(ui.__mem_func__(self.end)) self.up_button.Hide() def start(self): global startness startness = 1 self.up_button.Show() self.down_button.Hide() def end(self): global startness startness = 2 self.up_button.Hide() self.down_button.Show() def OnUpdate(self): global startness global movement if movement < 250 and startness == 1: # Movement <250, ponemos el ancho de la board movement += 4 # Velocidad de movimiento self.SetPosition(-250+movement,120) elif not movement < 250 and startness == 1: # -250 posiion normal , 250 posicion abierto startness = 0 elif movement > 0 and startness == 2: movement -= 4 # Velocidad de movimiento self.SetPosition(-250+movement,120) elif not movement > 0 and startness == 2: startness = 0 def Show(self): ui.ThinBoard.Show(self) def Minimize(self): self.Hide() def Close(self): self.Hide() return TRUE def OnPressEscapeKey(self): self.Hide() return TRUE aaaa= movement_test() aaaa.Show() try it. have fun
  7. Hi i have 1 problem in python with function "ListBoxEx" My problem is: I have this array #sintax: title, desc/id, img self.logros = [ [2,"Categoria1, titulo de prueba1","Descripcion logro1/11111",1], [2,"Categoria1, titulo de prueba2","Descripcion logro2/11111",1], [2,"Categoria1, titulo de prueba3","Descripcion logro3/11111",1], [3,"Categoria2, titulo de prueba1","Descripcion Logro1/222222",1], [3,"Categoria2, titulo de prueba2","Descripcion Logro2/222222",1], ] Now i do... for a in self.logros: if int(pag) == int(a[0]): # if category == [x <---- this self.fileListBox.AppendItem(Test(str(a[1]),str(a[2]),a[3])) Ok for now work fine and add the listbox, but... when i do: def __ClearFileList(self): self.fileListBox.RemoveAllItems() And then make again: self.__ClearFileList() for a in self.logros: if int(pag) == int(a[0]): self.fileListBox.AppendItem(Test(str(a[1]),str(a[2]),a[3])) i can see the new and old list, the removeallitems doesnt work Someone know why? Sorry my bad english is someone know how repair i can give my code to see it or something. Thanks.
  8. Thanks Zeta, Bug 1 Solved ( i dont know how, zeta do it )
  9. Hello, I know a lot of person don't help because want to make money with this, but, I'll try it. 1. I have this error when i equip a claw, first i only have 1 claw in right hand and second i cant fight with claws only do a punch. (SOLVED) [Hidden Content] 2. I can wear all types of armors and weapons and i can see in green color the claws / armors <-- i think is in uitooltip i dont see much. If someone can help not only help me, i know a lot of person have this problems. Thanks for read and help ( if u do it ) Byee and have a good day.
  10. Someone know why i can't attack with claws? attacks as if he had any weapon.
  11. uiinventory fail 1006 16:41:20987 :: 'module' object has no attribute 'IsBeltInventorySlot'
  12. local coins = mysql_query("SELECT cash from account.account WHERE id="..pc.get_account_id().." LIMIT 1;")[1][1] cmdchat("Mds "..cash) why cmdchat("Mds "..cash) where is cash??? cmdchat("Mds "..coins)
  13. Which dock is that on the right? rocketdock
  14. Someone can release the skill in perfect? reef_attack_4.msa red_possession_4.msa blue_possession_4.msa split_slash_4.msa wind_death_4.msa wreckage_4.msa
  15. Im doing the new emotions with wolfman, but a have this error: The wolfman do fine the animations, but the shaman do other WTF!
  16. Skillset (skills still kick me with skill_hack log (anybody know how to solve that?)) I solve it in input_main.cpp i do this: And work fine for me dont kick me
  17. someone can upload a good skilldesc and skilltable? PD: Solved skill icons
  18. Solved: now i can attack but i can't see the skill of icons xd i can use the skills but the server go down Gif image with the error when i use the skill: server go down [Hidden Content]
  19. put: if (race == 8) return 4; Why i have this errors? 1005 11:39:25535 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc3/wolfman/skill/wind_death_4.msa) ERROR 1005 11:39:25535 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc3/wolfman/skill/wreckage_4.msa) ERROR 1005 11:39:26289 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc3/wolfman/horse_claw/skill_splash.msa) ERROR 1005 11:39:03926 :: CActorInstance::__RunNextCombo(wComboType=0, wComboIndex=1) - m_pkCurRaceData->GetComboDataPointer(m_wcurMotionMode=9, &pComboData) == NULL 1005 11:39:03929 :: CActorInstance::__RunNextCombo(wComboType=0, wComboIndex=1) - m_pkCurRaceData->GetComboDataPointer(m_wcurMotionMode=9, &pComboData) == NULL doesnt read the msa of skills and i can't do punch ; i put the gamelib race_max_num = 9.
  20. Why i can't see the images? chrmgr.SetPathName(path + "skill/") for i in xrange(skill.SKILL_EFFECT_COUNT): END_STRING = "" if i != 0: END_STRING = "_%d" % (i+1) chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+1, "blue_possession" + END_STRING + ".msa") chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+2, "red_possession" + END_STRING + ".msa") chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+3, "reef_attack" + END_STRING + ".msa") chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+4, "split_slash" + END_STRING + ".msa") chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+5, "wind_death" + END_STRING + ".msa") chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+(i*skill.SKILL_GRADEGAP)+6, "wreckage" + END_STRING + ".msa")
  21. try: self.button.SetEvent( lambda x = argument : self.funcwithparams(x)) def funcwithparams(self, argument):
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.