Jump to content

useless69

Inactive Member
  • Posts

    56
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by useless69

  1. its not error, it should be like this, but i dont want it
  2. please can i ask you why my sura woman when have armor fly? What should i edit to make it normal? Thanks very much for any help.
  3. thanks for share, but i got this error, indentifier LPDIRECT3DTEXTURE8 and LPDIRECT3DSURFACE8 is undefined, can you help me? thanks
  4. your player table dont like " �ҵ�" so change character set.
  5. hello i trying to do poison icon at hp gauge for mob(not for players!), so if MOB have poison, that icon show it, but i still fail, can somebody help me, im not best in this. here is my code: game.py def BINARY_NEW_AddAffect(self, type, pointIdx, value, duration): self.affectShower.BINARY_NEW_AddAffect(type, pointIdx, value, duration) if chr.NEW_AFFECT_DRAGON_SOUL_DECK1 == type or chr.NEW_AFFECT_DRAGON_SOUL_DECK2 == type: self.interface.DragonSoulActivate(type - chr.NEW_AFFECT_DRAGON_SOUL_DECK1) elif chr.NEW_AFFECT_DRAGON_SOUL_QUALIFIED == type: self.BINARY_DragonSoulGiveQuilification() elif chr.AFFECT_POISON == type or 209 == type: self.interface.poisonshow() def BINARY_NEW_RemoveAffect(self, type, pointIdx): self.affectShower.BINARY_NEW_RemoveAffect(type, pointIdx) if chr.NEW_AFFECT_DRAGON_SOUL_DECK1 == type or chr.NEW_AFFECT_DRAGON_SOUL_DECK2 == type: self.interface.DragonSoulDeactivate() elif chr.AFFECT_POISON == type or 209 == type: self.interface.poisonhide() interfacemodule.py def poisonshow(self): self.TargetBoard.HPPoisonEffectShow() def poisonhide(self): self.TargetBoard.HPPoisonEffectHide() uitarget.py def HPPoisonEffectShow(self): self.poisonEffect = 1 def HPPoisonEffectHide(self): self.poisonEffect = 0 def SetEnemyVID(self, vid): self.SetTargetVID(vid) name = chr.GetNameByVID(vid) if app.ENABLE_SEND_TARGET_INFO: vnum = nonplayer.GetRaceNumByVID(vid) if app.ENABLE_SEND_TARGET_INFO: vnum2 = nonplayer.GetRaceNumByVID(vid) level = nonplayer.GetLevelByVID(vid) grade = nonplayer.GetGradeByVID(vid) nameFront1 = " " nameFront2 = " " nameFront = localeInfo.MOB_INFO_MENO + str(name) if -1 != level: nameFront1 = localeInfo.MOB_INFO_LEVEL + str(level) + " " if self.GRADE_NAME.has_key(grade): nameFront2 = localeInfo.MOB_INFO_HODNOST + self.GRADE_NAME[grade] self.SetTargetName(nameFront) self.SetTargetName1(nameFront1) self.SetTargetName2(nameFront2) if app.ENABLE_SEND_TARGET_INFO: (textWidth, textHeight) = self.name.GetTextSize() self.infoButton.SetPosition(textWidth + 25, 12) self.infoButton.SetWindowHorizontalAlignLeft() self.vnum = vnum if chr.GetInstanceType(self.vid) == chr.INSTANCE_TYPE_PLAYER: self.infoButton.Hide() else: self.infoButton.Show() if app.ENABLE_SEND_TARGET_INFO: (textWidth, textHeight) = self.name.GetTextSize() self.infoButton2.SetPosition(textWidth + 65, 12) self.infoButton2.SetWindowHorizontalAlignLeft() self.vnum2 = vnum2 if chr.GetInstanceType(self.vid) == chr.INSTANCE_TYPE_PLAYER: self.infoButton2.Hide() if self.poisonEffect == 0: self.infoButton2.Hide() else: self.infoButton2.Show() if i make if self.poisonEffect == 0: self.infoButton2.show() that show that icon, so in icon is not problem, only client dont know when show it, dont know when is poison maybe? THANKS VERY MUCH FOR ANY HELP. Have a nice day!
  6. thanks its work almost, but ADD effect function work only if player have some affect already, so if he have 0 affects, it doesnt add him that aff what i wants do you have idea for that?
  7. hello, i wanted make align bonus- so if somebody take 5000 -9999 align and 10000 - 15000 and ..... he will have some bonus.. i have a function but i dont know where i should give this function, i tried some functiont but dont work properly my function: i tried in function "entergame" but there dont work removeaffect , it doesnt remove any affect ingame and in fuction "computepoints" - there dont work add effect - kick in select interface. Thanks for any help, ideas, support.
  8. open packet.h and delete that what you added there and search ni packet.h this DS_SUB_HEADER_REFINE_SUCCEED, }; after this add this
  9. you need to replace that function, you add some function 2x, check that lines and remove old
  10. hello i added a special inventory to server but i got this error, i really dont know why, i try everything, i search but i didnt found anything on this what helps, thanks for any help sys error my uiinventory my extended inventory- its in uiscript
  11. hello i have some problem or bad config, i dont know, i dont getting any stat and skill points for levels and i cannot use any skill, i mean i can use skill but it dont do any dmg or for example aura- dont get that effect from aura, Thanks for help
  12. hello, i had a server like 3years ago, now i want to work on him again but after install i got some errors in sysser, game works normally i can play, but i want ask you "some experts" to help me, i dont know if it is in structure error, im using 40k and i didnt see that errors in sysser from 3 years, i really searching some tuts for this, but noone works, i have installed mysql 5.6, same like 3 years ago, everything is as it was -db source -game source, please help me, thanks for any help,ideas. I appreciate that
  13. hi everybody, i want show monster exp in info table but it still show 0 in client. i using this in client binary and in client Thanks for any help!
  14. Hi before i want to say i try solution 3 days on internet others forum and i cant found solution, this is reason why i create new topic. I try to increase gold limit i change everything what i found like gold..get gold etc. to long long in client in server i had problem with 2,147,483,647 +1 =0 then i start again and i do everything like on tutorial what i search on forum and still 2,147,483,647 +1 =0 Navicat takes this money but client not and i dont know why, so please if somebody had some problem and he search solution please tell me. Very thanks for any help!
  15. hi everybody, i trying compile item proto in freebsd and i getting this error. my export.sh Thanks for any help.
  16. hi, if i send party invite to the member who is not near me, he dont get that party invite question dialog, i dont know if it should work like that but anyway i need to fix it so i can send party invite even if he is not near me. Thanks for any help. PS: If you know where it should be (name of file) just said i will find it.
  17. hi, 4 days ago i install on virtualbox freebsd 9,3 amd 64 i install everything, 2 days its work, i dont have any problem to start server or login, but yesterday when i try to start server my game core dont start, dont load, but my db file work ok, i use all backups and it still dont work also i try to install freebsd all over again and its do same. On my server hosting working everything fine and i use same files like there. Thanks for any help.
  18. Hi last day i have problem with secure in web and db, they get password in web and then connect to db and plays with me, i have some protection in web but they still get password. I will be grateful(money) for help what can this STOP. Thanks.
  19. today shutdown just my channel1, channel2 work and after 2 hours channel2 shutdown too.
×
×
  • 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.