Jump to content

Kovu

Community
  • Content Count

    144
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Kovu

  1. hey guys i am trying decrease critical hit of ss but i dont know how do this i edit attrcalculate but dont work, and variable crit base and dont work, idk what i must edit for this :( some1 can help pliss
  2. Kovu

    [1.0.0] topCMS

    hi guys i install this but i cant login with my account, only reload page why ??
  3. Hey guys, i will create other server, i am trying to test flyff, wow 5.4.8, and MU S9 if anyone know about this can try with me this projects :)
  4. I use this skin but didnt see guild icon and stats not appear :( https://gyazo.com/9aac2f92ce5817301d6f8aa2298175cc https://gyazo.com/61d7006d7fdf0b7138bc716c885bd9f8
  5. i will try other skin to check, thanks! do you know some cool skin for top 1.38 ?
  6. Hi friends, i see on my server that sometimes items in game disappear but i dont know why: https://gyazo.com/904b54be1a7588eced966a13929122d1 Thanks for help!
  7. @V3ct0r thanks guys !! :) now i have 2 servers !!
  8. bro i need key of encript https://gyazo.com/e09a94d24ab090979e6de477b1060b45
  9. Hi guys, i am trying to add another vps to my serverset.txt but when i compile i got a error when launch client and close client. I dont know what happen but someone can help me to make serverset with 2 lanes from 2 vps plis
  10. in what file i can see effect ? like sceneffect
  11. aahhh okii then forget it xD i am nervious for test this files!!
  12. Hey if you add music, when leave city bug sometimes i only add the sound effects of attacks etc... but not music :) This job it is amazing! good job!
  13. Kovu

    AutoUpdater

    i see ver file in client and get this... <HTML><HEAD><TITLE>403 Forbidden</TITLE></HEAD> <BODY><H1>403 Forbidden</H1> Your client does not have permission to get URL /run_dest/ver from this server. </BODY></HTML> but idk why because i always do the same steps...
  14. hi guys i get now fail with my autoupdate i am opening but i get close the program i use atlantis autopatch work fine... but not now, what is the best autoupdater for 1.3x pliss
  15. now i have a bug system when i start crafting: FAIRY SKILL LEVEL DO NOT MATCH TOOL LEVEL
  16. hey guys, how i create a item that up lv from my anti matter crystal to do lv9 BPs, i use 1.38 i try this: function ItemUse_CraftPoint (role, Item ) local HonorBook_Num = 0 local HonorBook_Num = CheckBagItem( role,1069 ) if HonorBook_Num < 1 then SystemNotice( role , "You do not have Anti Matter Crystal") return 0 end local Book2 = GetChaItem2 ( role , 2 , 1069 ) local HonorPoint=GetItemAttr ( Book2 , ITEMATTR_VAL_STR) local HonorPoint1=GetItemAttr ( Book2 , ITEMATTR_MAXENERGY) local HonorPoint2=GetItemAttr ( Book2 , ITEMATTR_ENERGY) local HonorPoint_X=HonorPoint+9 local HonorPoint_X1=HonorPoint1+90000 local HonorPoint_X2=HonorPoint2+9 SetItemAttr ( Book2 , ITEMATTR_VAL_STR,HonorPoint_X) SetItemAttr(Book2, ITEMATTR_MAXENERGY ,HonorPoint_X1) SetItemAttr(Book2, ITEMATTR_ENERGY ,HonorPoint_X2) end ###FIXED###
  17. how i can give players tool lv max ?? for crafting or some and how change quantity of materials and usage
  18. faller where i put this code ?? and why have "" after "Argent City", function CloseMap(map_copy, map) DealAllChaInCopy(map_copy, "MoveCity", "") ClearAllSubMapCha(map_copy) ClearAllSubMapMonster(map_copy) CloseMapCopy(map) end
  19. but i think not disciples, only bug when save spawn in other map for example icicle
  20. hi guys i have a bug with character selections, when any player change the respawn and enter in maze, relog, their character keep loading and cant enter ingame. Can some1 help plis
  21. i think the IDs in this map it is diferent to get can you check on script that i up no ?
  22. i try too this code but nothing if CheckMonsterDead (EW.Conf.HBoss) == 1 then CloseMapEntry ( "eternalwar" ) DealAllActivePlayerInMap(map_copy,"ALL_moveH") local Notice_all = "The Villains Faction have Won the Eternal War!" Notice ( Notice_all ) end
×
×
  • Create New...