Jump to content

SD13

Advanced members
  • Content Count

    71
  • Joined

  • Last visited

Everything posted by SD13

  1. Explain more...cannot just search mega archive like that...which no to change in stringset...?
  2. Question 1 Fix Question 2 Not Yet Question 3 Fix Question 4 Not yet Question 5 later discuss Question 2 how to fix it on sql database?? question 4 how to make other ppl connect to my server without using ipchanger..so i can change 127.0.0.1 on my server file to my ip...
  3. how to change it in string set...
  4. how about other people want to connect..??
  5. no...it the 1st time im make the guild...it give me no choice..after apply..it only give ????
  6. Hello..why i after rename my server file to new name..i got error...how to fix it...that my 1st question..2nd is..how to fix navy guild name..it appear ???? like that only..3rd..how to make my client become installer...4th..how to put my ip in client so can connect to the game..5th...do i have to change my sql2014 to 2002 to make registration web?
  7. i search at kop.cfg...but dint see any web link in there...anyone know how to change it...bumps...
  8. Hai all..how to change the www.---------.com to my own link...
  9. SD13

    Fastpanel tricks

    Hello..why i got it invisible...i can put it above it..just cant be see....anyone help
  10. Hi,...how to add more hotkey above the f function..
  11. thank all for those who reply...im working on it now...i will ask another quest later....hehe
  12. can u help me how to use the script..what should i change..where should i put it...im new to the server making..need more help..
  13. how to use this script....where to put?
  14. Hello....is there any script or app to forge item +27..
  15. thank...it working...next i want to ask how to put vip neck script..because when i do..all my vip set neck cant be using...already have the file..but cant make it work.. proles = {} local Necklace = GetEquipItemP( role, 5 ) local Necklace_ID = GetItemID ( Necklace ) if(Necklace_ID == ##PUT NECKLACE ID NUMBER HERE##)then local statelv = 1 local statetime = 3600 AddState ( role , role , VIPNECKY , statelv , statetime ) else local state_vipnecky = GetChaStateLv ( role , VIPNECKY ) if state_vipnecky ~= 0 then SystemNotice( role , "You've took off your VIP Necklace. Effect Removed!") RemoveState ( role , VIPNECKY ) end end function cha_timer(role, freq, time) local resume_freq = 5 local now_tick = GetChaParam(role, 1) local is_role_living = -1 ----Each of these are located in scripts/addons/AddonPart1-2.lua EquipmentGlows(role, freq, time) AntiDupe(role, freq, time) GoldInCity(role, freq, time) PrisonTeleportations(role, freq, time) PetGrowths(role, freq, time) TimeROSO(role, freq, time) MarriageEffect(role, freq, time) TundraPath(role, freq, time) CharNotice(role, freq, time) Valentines(role, freq, time) --RandomSelection(role, freq, time) --NewYearsCountDown(role, freq, time) --StarterSystem(role, freq, time) --Christmas(role, freq, time) SetChaParam(role, 1, now_tick + freq * time) if math.mod(now_tick, resume_freq) == 0 and now_tick > 0 then if is_role_living == -1 then is_role_living = IsChaLiving(role) end if is_role_living == 1 then Resume(role) end end local name = GetChaDefaultName(role) NewPlayer[name] = { cha = role } end
  16. i did take the iteminfo.bin from my server files and put it in client..it will make the game.exe stop working...is the any app to compile the iteminfo.txt manual instead taking from the server file..
  17. Hello..how to fix game exe stop working.. when i put the item info from the server file to client it will make the client stop working..but when i use the original one from the client which is client 1.36 it will got another erorr it say item id in inventory is invalid..
  18. Hello...can someone upload or give link for server files and client with vip set,little dragon pet..thanks
  19. Hello...i want to ask..how to make server from the start until the end,and making the web site..making the update client and so all..please share any link from all senior..thank you..
×
×
  • Create New...