Jump to content

Search the Community

Showing results for tags 'server'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Russian Section
    • Новости и объявления
    • Пиратия: Документация
    • Пиратия: Релизы
    • Пиратия: Разработка
    • Пиратия: Web
    • Пиратия: Помощь
    • Совместные проекты / набор команды
    • Доска объявлений
    • Программирование
    • Оффтопик
    • Корзина
  • English Section
    • News & Announcements
    • Guides
    • Releases
    • Development
    • Web
    • Questions & Help
    • Shared Projects / Team search
    • Paid services & Requests
    • Programming
    • Offtopic
    • Recycle bin
  • Portuguese Section
    • Dúvidas & Ajuda
  • Spanish Section
    • Preguntas y Ayuda
  • Servers
    • Russian servers
    • English servers

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 83 results

  1. V3ct0r

    Server rates

    Server rates In this guide I will tell you how to change server rates. To change rates open file variable.lua (Server\resource\script\calculate\) and find variables: EXP_RAID = 1 -- Experience rate MF_RAID = 1 -- Drop rate RESOURCE_RAID_ADJUST = 1 -- Resource drop rate TEAMEXP_RAID = 1 -- Party experience rate ELEEXP_GETRAD = 1 -- Fairy growth rate In that case all rates are equal to x 1 How to add rate for Ships: 1) Add in variable.lua (see above) new variable SHIP_RAID. It will store rate for ship experience: SHIP_RAID = 1 -- Ship experience rate Ship rate is equal to x 1 in that case 2) Open file exp_and_level.lua (Server\resource\script\calculate\) and find function GetExp_PKM(dead, atk). Look below for local ship_expadd = math.floor( math.min(7, (dead_lv / 10 + 2) ) ) and replace it with local ship_expadd = math.floor( math.min(7, (dead_lv / 10 + 2) ) * SHIP_RAID) Then save changes. Now you can specify rate for ship experience. How to make auto rates: You could make rates update automatically depending on your conditions. For example depending on a day time or week day. Let's make so that rates would increase by x 2 every weekends. 1) Experience and ship experience (EXP_RAID and SHIP_RAID). Open file exp_and_level.lua (Server\resource\script\calculate\) and find function GetExp_PKM(dead, atk). At the beginning of the function add the following code: function GetExp_PKM(dead, atk) local day_of_week = GetNowWeek() if day_of_week == 6 or day_of_week == 0 then -- At weekends rates are equal to x 2 EXP_RAID = 2 SHIP_RAID = 2 else -- At weekdays rates are equal to x 1 EXP_RAID = 1 SHIP_RAID = 1 end -- original code ..... end 2) Team experience (TEAMEXP_RAID). In the file exp_and_level.lua (see above) find function ShareTeamExp(dead, team_atker, dead_exp, The_Killer). At the beginning of the function add the following code: function ShareTeamExp(dead, team_atker, dead_exp, The_Killer) local day_of_week = GetNowWeek() if day_of_week == 6 or day_of_week == 0 then -- At weekends rates are equal to x 2 TEAMEXP_RAID = 2 else -- At weekdays rates are equal to x 1 TEAMEXP_RAID = 1 end -- original code ..... end 3) Drop rate (MF_RAID). Open file skilleffect.lua (Server\resource\script\calculate\) and find function Check_Baoliao(ATKER, DEFER, ... ). At the beginning of the function add the following code: function Check_Baoliao(ATKER, DEFER, ... ) local day_of_week = GetNowWeek() if day_of_week == 6 or day_of_week == 0 then -- At weekends rates are equal to x 2 MF_RAID = 2 else -- At weekdays rates are equal to x 1 MF_RAID = 1 end -- original code ..... end 4) Resource drop rate (RESOURCE_RAID_ADJUST). In the file skilleffect.lua find function Check_SpawnResource(ATKER, DEFER, lv_skill, diaoliao_count, ...). At the beginning of the function add the following code: function Check_SpawnResource(ATKER, DEFER, lv_skill, diaoliao_count, ...) local day_of_week = GetNowWeek() if day_of_week == 6 or day_of_week == 0 then -- At weekends rates are equal to x 2 RESOURCE_RAID_ADJUST = 2 else -- At weekdays rates are equal to x 1 RESOURCE_RAID_ADJUST = 1 end -- original code ..... end 5) Fairy growth rate (ELEEXP_GETRAD). Open file functions.lua (Server\resource\script\calculate\) and find function Give_ElfEXP(role, Item, Type, Num). At the beginning of the function add the following code: function Give_ElfEXP(role, Item, Type, Num) local day_of_week = GetNowWeek() if day_of_week == 6 or day_of_week == 0 then -- At weekends rates are equal to x 2 ELEEXP_GETRAD = 2 else -- At weekdays rates are equal to x 1 ELEEXP_GETRAD = 1 end -- original code ..... end That's all! If you have any questions you can ask them here.
  2. Buy Hex Service for Game Server has error in Fusion clothing... Fusing equipment that already has apparel with other apparel is giving this error and all IDs are below 5999.
  3. Hello guys, I would like you ask about protecting my server and SQL injection. How can I protect my server and will it be fully protected? Thanks a lot <3
  4. Hello everyone, i'm looking for someone who owns Futurama Server Files, these are files the rates are hixh, Lvl max 400, and so so If somebody has please share link, of files and client side. Thank you
  5. Hello guys, looking to make a stable private server. If you guys are interested, I can host. Let me know! please inbox
  6. Hi there, I'm selling original mermania server files. Price: 100$ via paypal only. You can pm me via forum if you're interested.
  7. What are your suggestions and tips for running a server on a low-end machine? I know the typical options like reducing the number of open maps or playing with the values on the GameServer.cfg file, beyond that all, I want to know if there are other tips. I have tried deleting mobs on some maps, but not all seem to be removable, such as this lamb here: God! How I hate that lamb! Anyway, guys, tell me your recommendations to run a fully functional server on a machine with little RAM.
  8. Servers Monitoring Hello friends! Unfortunately, servers monitoring (servers.pkodev.net) has been closed. The reasons are the low popularity and relevance of the service. There were about 2-4 servers only. I want to say thanks to @Duduf for idea and development/implementation and @Jap for idea! Discussion is here.
  9. My gameserver.exe is giving this following error how to solve?
  10. Hello everybody! I believe that i damaged my SQL Server Configuration Manager when i uninstalled the SQL 2k16. Just Uninstalled and installed it back because it didnt allowed me to remove sa from Logins. Whatever. Now i had to fix new issues. First i had This error "Cannot connect to WMI provider. You do not have permission or the server is unreachable." while i was trying to log on my Server Maneger. Fixed it But now i get different error : And also my Configuration Manager looks like this . No services at all. Btw. Ive also tryed to instal SQL 2k8 or 2k14. Repair, uninstalled and removed all old SQL files, Documents etc, restarting my PC everytime i did those operations. -Edit - Also tried to Run manualy Services.msc . When i start is as Local System account gives me Error 2 : System cannot find the file specified. Or when i start it as \Wendigo (my computer Admin) i get Error 1069 : The service do not start due a logon failure . Other chance is to instal a Virtual Machine. But i wonder if i still get the same errors.
  11. Hello everyone, Top nostalgia drags me back to give another try to build a private server. I had some attempts but failed, or quited for some reasons <im a novice developer, still have to learn alot> . But before i die , i really want to manage a private server. Just for start i have some questions and looking for answers. What SQL shall i use on Windows 10? Are Top 2 like files avaible < Just like top 2 with Belt,Handguards,115/125 skills,etc > ? Worths to invest time on this? -Edtit- Looking for building a private server guide with PKO 2.4 server files.
  12. Does anyone have Admiral Cloak Gems To be able to give me? I would greatly appreciate it. Prayer Rune Favor Rune Riven Soul Rune Piercing Rune Illusory Rune Curse Rune
  13. Hi, I was wondering if someone could maybe make a guide on how to patch Server files. If not a guide can you guys maybe just walk me throught it. Because I have a server and everything ,even a client. Just need to patch that client so that I can play my server Much appreciated
  14. Hi friends. Do you guys can sugest a good vps or dedicated server for pko server?
  15. Drop Rate Calculator Credits: razvakid92 With this program you can calculate the drop rate of items from monsters. Server drop rate (MF_RAID) taken as x1. Download
  16. Hi my friends, is a Dedicated Server really necessary for a server or a good VPS can be enough?
  17. Hi, im looking for beta testers for my server if u interested, please imbox here.
  18. Hi All I decided to make a new server with a friend (cause we all know its hard to let go of TOP) Anyway since neither of us got a lot of free time am looking for a dependable and trustworthy person who has experience with how TOP private servers work, how to code and having owned servers before is a plus ** The host/site and everything else is pretty much done, only thing left is few npcs/drops and making sure that all features are in place(basically easy stuff) -->> OVH Host Speed Test so please comment in here if you are interested (!!!! been a trustworthy is a big thing) a Recap !--<< what has been done>>--! 1-host has been sat up with everything 2-files/sites are ready 3-Alpha stage patch/client is ready !--<< what needs to be done>>--! 1-recheck everything (npcs/drops) 2-write down all the features in an easy and eye catching way 3-add what needs to be added 4-Pay for Advertisement in Facebook for the page and posts inside it(will reach an est of 20k people who are interested in the server)(which i will be paying ofc) 5-any bugs found !--<< what is required from you>>--! 1-know how to edit lua file inside the serverfiles and also know your way around the client 2-you dont have to pay anything 3-since the server wont be solely based on mall dont think about joining the team just for money That is all
  19. Hello guys!! i tested Zero The World and i summon some mobs and they were big, my question is that pko server has the same option? i try to use the CharacterInfo line to adapt to PKO and fail also i thought it was animation or somethign and nothing XD, it has to do with the gameserver.exe?
  20. Hi guys i wanted to know if is posible this 5 scripts 1. GM teleport all players (example: EVENT). 2. Teleport all party members to a selected map, if party leader goes all team goes. 3. Mob apear in map 1 every week or another day with out GM command. 4. NPC that teleport players to map, but the option will be activated every week or semithing. and the last one 5. Its posible to make a maze and 20 mobs will be there, but if you kill them they will not respawn and when you kill the 20 mobs you recibe bouns exp and you get teleported to the maibn city if you do this on solo or party I wanna know if is posible Thanks
  21. Hello guys i found this ui image on client and i wanted to know how to activate on game Thanks in advance
  22. hello i wanted to know how to add my own items on npc scrip i found ExchangeData( 2608 , 100 , 2682 , 1 , 1) ExchangeData( 2609 , 100 , 2683 , 1 , 1) ExchangeData( 2609 , 1000 , 2684 , 1 , 1) ExchangeData( 2608 , 100 , 2692 , 1 , 1) ExchangeData( 2609 , 100 , 2693 , 1 , 1) ExchangeData( 2609 , 1000 , 2694 , 1 , 1) ExchangeData( 2608 , 100 , 2702 , 1 , 1) ExchangeData( 2609 , 100 , 2703 , 1 , 1) ExchangeData( 2609 , 1000 , 2704 , 1 , 1) ExchangeData( 2608 , 100 , 2712 , 1 , 1) ExchangeData( 2609 , 100 , 2713 , 1 , 1) ExchangeData( 2609 , 1000 , 2714 , 1 , 1) and i saw in variable ChangeItemList[ 248 ]= { 855 , 600 , 803 , 1 } buti still donth understand and i got lost, can some one guide me please
  23. Hi dev like the title said if there is a way to limit accounts? by mac or ip?
  24. Hi friends, Istart a youtube game play channel, just for pko private server... If you want me to gameplay your server just let a message in my box with your server link... channel link https://www.youtube.com/channel/UCL7S34TCB8zg8jlcpsnmT8Q DONT FORGET TO SUBSCRIBE
  25. Please how to fix this problem, it keep announcing portal is open
×
×
  • Create New...