Jump to content

Unkn0wn

Advanced members
  • Content Count

    22
  • Joined

  • Last visited

Everything posted by Unkn0wn

  1. Unkn0wn

    Bug

    Hello i need someone to fix couple od bugs. I pay for it. Half before start half when done. Not big issues
  2. Hello guys Well. I want to make to item give effect when is in inventory. How can i do that? So i dont want to be locked to specific slot examp local pkodev = GetChaItem(role, 2, 1) - work in 2slot I want to make somehow to work in all inventory is that possible?
  3. Also this two error SQL Error State: 08001, Native Error Code: 17, Error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. SQL Error State: 01000, Native Error Code: 53, Error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). Are still present. But Someone told me ti's bcs files using luaSQL but im not friendly with configuration.
  4. Withour gemini i can't enter to game. Can you please give me your discord? I'll repay you Thank you.
  5. Well. I got help so it's from luasql. Next problem is GEMINI when i launch it connect to all groupsrv,gatesrv then just closse the application. Please someone help me.
  6. Well.. SQL Error State: 08001, Native Error Code: 17, Error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. SQL Error State: 01000, Native Error Code: 53, Error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). SQL Error State: 08001, Native Error Code: 17, Error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. SQL Error State: 01000, Native Error Code: 53, Error: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).
  7. Please anyone i will pay with paypal
  8. Hello i need someone to help setup a server. Please contact me dm with discord
  9. Hello guys :)) Im looking someone from who i can buy swing's system please let me know thanks
  10. Thanks now i have this problem skill cannot be casted ... What's next?
  11. Showing me type passive also cant add to skill tab.
  12. So wierd... I added stealth skill to ss open the book but when i double clikc on stealth no stealth
  13. Yeah i did. I also have problme with stealth dont work i updated evrything... Wierd
  14. Thank you for the frist one. For emblem ye i did everytinh. variable.lua STATE_GODEMBLEM = 240 Skileff 240 GODEMBLEM STATE -1 0 State_GODEMBLEM_Add State_GODEMBLEM_Rem 3 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 -1 0 0 0 490 0 0 0 0 0 0 0 0 funcions.lua local pet_num = GetPetNum(role) local pet_numid = GetChaItem ( role , 2 , 14 ) local pet_num_id = GetItemID ( pet_numid ) if pet_num_id == 3086 then local statelv = 1 local statetime = 3600 AddState( role , role , STATE_GODEMBLEM , statelv , statetime ) else local state_godemblem = GetChaStateLv ( role , STATE_GODEMBLEM ) if state_godemblem ~= 0 then RemoveState ( role , STATE_GODEMBLEM ) end end The emblem like stats work but the glow effect dont work.
  15. My respect to everyone. I have problem Sharpshoter can't use stealth i did changes in skillinfo still can't please can someone check? 123 Stealth 1 9,10;10,10 1,1 1,1 1,-1 -1 2 1 1 -1 -1 1 1 1 0 1 1 0 0 0 0 0 SkillSp_Ys 0 0 0 0 Skill_Ys_End 0 0 43 0 0 0 0 0 0 0 0 0 0 0 SkillCooldown_Ys 1 1 12,0,0,0,0,0,0,0,0,0 0 52 -1,0,0 121,0,0 0,0,0 -1 0,0 0,0 -1 -1 -1 0 0 -1 -1 0 0 0 812843008 s0123.tga 0 0,0 Become invisible to others Conceals for 30s and consumes 5.5 SP every 5s at level 1. Reduces SP consumption by 0.5 SP and duration increases by 5s per ski Fix consumption of 10 sp 0 My second problem is glow effect i added glow to item but i cant see glow IG all is updated. 240 GODEMBLEM STATE -1 0 State_GODEMBLEM_Add State_GODEMBLEM_Rem 3 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 -1 0 0 0 490 0 0 0 0 0 0 0 0 3086 God Emblem n1819 10130005 0 0 0 0 0 00 41 0 0 0 0 0 0 0 1 1 1 1 5000 -1 0 -1 0 0 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0 0 0,0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Must be placed at 15th Slot. Thanks.
  16. I can do it for you. My resume www.nsabo.biz
  17. So thant's al without now_time? Can i get any contact like email facebook to i can reach you? I need some things to fix i can pay for service ofcourse. Thank's in future
  18. Huh i have no knowlage lel... But thank you so much for your answer Also i have problem with maps open i want to make to each map open evry hour but something making me problem can you please check it? DEATH CIRCLE SetMapEntryTime(map, "2019/2/17/4/4", "0/5/0", "0/0/30", "0/0/45") CHAOS ICICLE SetMapEntryTime(map, "2019/2/17/3/1", "0/2/0", "0/0/30", "0/0/45") function can_open_entry_chaosicicle( map ) local Now_Time = GetNowTime() if Now_Time == 1 or Now_Time == 6 or Now_Time == 11 or Now_Time == 16 or Now_Time == 21 then return 1 else return 0 end end CHAOS ARGENT SetMapEntryTime(map, "2019/2/17/2/2", "0/2/0", "0/0/30", "0/0/45") function can_open_entry_garner2( map ) local Now_Time = GetNowTime() if Now_Time == 2 or Now_Time == 7 or Now_Time == 12 or Now_Time == 17 or Now_Time == 22 then return 1 else return 0 end end BOUNTY PK SetMapEntryTime(map, "2006/10/18/1/1", "0/3/0", "0/0/30", "0/0/45") function can_open_entry_bountypk( map ) local Now_Time = GetNowTime() if Now_Time ==1 or Now_Time ==4 or Now_Time ==7 or Now_Time ==10 or Now_Time ==13 or Now_Time == 19 then ------------bh 1 4 7 10 13 16 19 22 return 1 else return 0 end end Thanks in future :))
  19. Hello i want to make when player set a stall can chose betwen currency example : gr8 chest Is that possible to make?
×
×
  • Create New...