Jump to content

DangThao

Community
  • Content Count

    307
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by DangThao

  1. in-pko.com down?

    1. V3ct0r

      V3ct0r

      Hello! For a long time now.

    2. Дракан
  2. Try this function cha_timer(role, freq, time) local resume_freq = 5 local now_tick = GetChaParam(role, 1) local is_role_living = -1 SetChaParam(role, 1, now_tick + freq * time) --hp回复 if math.mod(now_tick, resume_freq) == 0 and now_tick > 0 then JianYuKa(role ,now_tick) ZhongShenTaoZhuang(role,now_tick) if is_role_living == -1 then is_role_living = IsChaLiving(role) end if is_role_living == 1 then Resume(role) end end ---Glow 85--- local Dina_xl = GetEquipItemP(role,8) local Dina_xl_ID= GetItemID (Dina_xl) local Dina_x2 = GetEquipItemP(role,2) local Dina_x2_ID= GetItemID (Dina_x2) local Dina_x3 = GetEquipItemP(role,5) local Dina_x3_ID = GetItemID(Dina_x3) local job = GetChaAttr(role, ATTR_JOB) if Dina_xl_ID == 2577 and (Dina_x2_ID == 2817 or Dina_x2_ID == 825) then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING1 , statelv , statetime ) elseif Dina_xl_ID==2578 and (Dina_x2_ID==2820 or Dina_x2_ID == 825) then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING2 , statelv , statetime ) elseif Dina_xl_ID==2579 and (Dina_x2_ID==2823 or Dina_x2_ID == 825) then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING3 , statelv , statetime ) elseif Dina_xl_ID==2580 and (Dina_x2_ID==2826 or Dina_x2_ID == 825) then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING4 , statelv , statetime ) elseif Dina_xl_ID==2581 and (Dina_x2_ID==2832 or Dina_x2_ID == 825) then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING5 , statelv , statetime ) elseif Dina_xl_ID==2582 and (Dina_x2_ID==2829 or Dina_x2_ID == 825) then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING6 , statelv , statetime ) --[[ Your Custom ]]-- elseif job == 8 and Dina_x1_ID == 7325 and Dina_x3_ID == 7326 then -- xjd hahahaha local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING1 , statelv , statetime ) elseif job == 9 and Dina_x1_ID == 7325 and Dina_x3_ID == 7326 then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING2 , statelv , statetime ) elseif job == 12 and Dina_x1_ID == 7325 and Dina_x3_ID == 7326 then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING3 , statelv , statetime ) elseif job == 16 and Dina_x1_ID == 7325 and Dina_x3_ID == 7326 then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING4 , statelv , statetime ) elseif job == 14 and Dina_x1_ID == 7325 and Dina_x3_ID == 7326 then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING5 , statelv , statetime ) elseif job == 13 and Dina_x1_ID == 7325 and Dina_x3_ID == 7326 then local statelv = 1 local statetime = 3600 AddState ( role , role , STATE_BBRING6 , statelv , statetime ) else local statelv_bbring1 = GetChaStateLv ( role , STATE_BBRING1 ) if statelv_bbring1~=0 then RemoveState ( role , STATE_BBRING1 ) end local statelv_bbring2 = GetChaStateLv ( role , STATE_BBRING2 ) if statelv_bbring2~=0 then RemoveState ( role , STATE_BBRING2 ) end local statelv_bbring3 = GetChaStateLv ( role , STATE_BBRING3 ) if statelv_bbring3~=0 then RemoveState ( role , STATE_BBRING3 ) end local statelv_bbring4 = GetChaStateLv ( role , STATE_BBRING4 ) if statelv_bbring4~=0 then RemoveState ( role , STATE_BBRING4 ) end local statelv_bbring5 = GetChaStateLv ( role , STATE_BBRING5 ) if statelv_bbring5~=0 then RemoveState ( role , STATE_BBRING5 ) end local statelv_bbring6 = GetChaStateLv ( role , STATE_BBRING6 ) if statelv_bbring6~=0 then RemoveState ( role , STATE_BBRING6 ) end end end
  3. make sure game.exe call the right port and etc(if modified) from gateserver, otherwise will fail
  4. i believe it is mapinfo(recently got this problem too), whenever i got client mixed, it will shown blue screen upon character selection
  5. show screenshot of error so we can help you make it work.
  6. Open two client on hexed.it and search the normal game.exe with startgame function and then open another tab hexed.it with your game.exe modified. Search for startgame and then find some words or phrases before the startgame and use those phrases or words to find on the modified game.exe and u will notice the changed.
  7. What do you mean? Maps dont work or?.. Map require mapinfo, scriptdefine, birth and mapfolder with map files and etc.
  8. U gotta change the startgame phrase into something else; because roso changed it. you can find it if u use hexed.it or any other hex program and open ur game.exe and open a game.exe used startgame and use a phrase before or after the working "startgame" and you will find what ROSO changed theirs into. After you found it, change ur start system\game.exe startgame to start system\game.exe ROSOFILENAME
  9. Some GS when id lower than 6k, should works; APP range 5000-6000. Everything else is as it assigned.
  10. Great, reply here how you make it work; so whoever encounter same problem can fix theirs too.
  11. "Server is busy" error - If i remembered correctly, it has something to do with incompatible database. That problem with secret code usually happens when DB is incorrect. Suggesting change DataBase.
  12. What is the main point of this CA Effect? Define allies or enemy by the setchaside? If it is, i think u can use function is_friend(cha1, cha2) to define this and use setchasideid.
  13. If your gear id are already id under 6k, should be app fusion no problem. Try under 5k. If still not work, considering using a different GS or buy from a trust source.
  14. Need hex gameserver.exe limit of app fusion. Check RU section, there should be a guide in there for it on how to. Or buy from someone.
  15. check RU section. I remembered someone guide on how to do this.
  16. either lower your uns 95 gear id to id below 6k or hex ur gameserver.exe. Check questions or guide on how to or buy from someone.
  17. Did you load it through dofile? if so, check inside the .lua file you attempt to load. Some dont have the print("Loading filename.lua") inside so you do not know if it loaded or not. If it loaded it without problem on the gameserver then it is loaded otherwise add it via dofile. Wrong section, please @Dan or a moderator moved this topic to questions not guide. Thanks.
  18. Thank you; DLL attached. Fixed.
  19. Hey guys, how to fix class revert to a random class after you switch character, log out or exit game. I noticed this while using RU client/file. Why RU file? if you investigate closely, you knows =D I change class to crusader(any 2nd class), after switch character, it changed my class to hunter. Thanks!
  20. Change your characterinfo monster id(check guide on how to add new monster for this) or copy the monster you want line, and paste replace the original monster then edit the drop and everything else to the original monster stats then compile the new characterinfo.txt to .bin and start your game. It should change the monster you modified to look like the monster you want.
  21. You need to hex your gameserver.exe and increase your skillinfo.txt line limit. There are multiple topics regarding this. Good luck!
  22. Sorry but i followed what you've said but this is what i got. Sorry for my noobiness.
  23. Can a little guide on installation and so? can make it work but all the page(nav menu) are like doesnt exist. If i can make it work finely i might develop into a template
  24. u mean Kamis Render Pack?
  25. any website template with extended means there is addon of mall in it so it doesnt required any database but other website that has addon or mall will required u to attach additional database with it. Try this: https://mega.nz/folder/OUMUgTYb#jtCsqh7halK_O9uzWyaG0g/folder/vcMUBSKL Download black and orange website and it should works.
×
×
  • Create New...