Jump to content

mastersea

Advanced members
  • Content Count

    13
  • Joined

  • Last visited

  • Days Won

    1

mastersea last won the day on November 13 2024

mastersea had the most liked content!

Community Reputation

1 Neutral

About mastersea

  • Rank
    Cabin Boy

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. -- Chalice of Resurrection local map_ResList = { "garner", "garner2", "darkblue", "darkswamp", "bountypk", "eastgoaf", "abandonedcity", "abandonedcity2", "abandonedcity3", "puzzleworld", "puzzleworld2", "hell", "hell2", "hell3", "hell4", "hell5", "magicsea" } local playerCurrentMap = GetChaMapName(role) for _, value in pairs(map_ResList) do if value == playerCurrentMap then -- Check if the player has the "Chalice of Resurrection" item (ID 7437) local Item_Revive = CheckBagItem(role, 7437) if Item_Revive > 0 then -- If the player has the item if IsChaLiving(role) ~= 1 then -- Check if the player is dead SetRelive(role, role, 1, "Hey! Do you wish to be revived?") -- Revive the player TakeItem(role, 0, 7437, 1) -- Remove one Chalice of Resurrection item -- Full Heal: Restore player's health and spirit to maximum local mxhp = GetChaAttr(role, ATTR_MXHP) -- Get max health local mxsp = GetChaAttr(role, ATTR_MXSP) -- Get max spirit SetCharaAttr(role, ATTR_HP, mxhp) -- Set health to max SetCharaAttr(role, ATTR_SP, mxsp) -- Set spirit to max -- Refresh the player's stats RefreshCha(role) end end end end
  2. Download link to the Full source, server, client, database, tools: Mirror download link: https://drive.google.com/file/d/1qpbouxG8_iS9BKHZ8GHM85ItthSHvgOf/view?usp=share_link Mirror download link: https://anonfiles.com/zdnfhaR3yd/topsrcs_rar
  3. Replaced SQL Queries with SQL Stored Procedures (no SQL injection possibility, except if you decide to use SQL queries in your website) due to modification made in the database, suggestion, fix or return to default should solve
  4. 84 Berserk 1 1,10;8,10;9,10 1,-1 1,1;1,2 1,-1 -1 2 1 1 -1 81,4 1 1 1 0 1 1 0 0 0 0 0 SkillSp_Kb 0 0 0 0 Skill_Kb_End 0 0 0 0 0 0 0 0 0 0 0 0 0 0 SkillCooldown_Kb 1 1 12,0,0,0,0,0,0,0,0,0 0 46 2,0,0 117,0,0 0,0,0 -1 0,0 0,0 -1 -1 -1 0 0 -1 -1 0 -2 236 812843008 s0084.tga 0 0,0 Put character into Berserk mode to increase attack speed Increases attack speed of character tremendously over short duration. Effect increases with skill level Fixed consumption of 15 SP 0 1,10 8,10 9,10
  5. As you said, either you fixed the common or there are still such errors, I also have the same src.
  6. Yes, they are the same files used in Hydra and Sky, and there were only problems with client crash and server crash.
  7. website contains backdoors, client has several errors, in addition to crashing, if you are using proxyserver it contains backdoors.... @magnus I think this is an interesting point to add to your list.
  8. My gameserver.exe is giving this following error how to solve?
  9. Could someone post Daily Quest please?
  10. Would you have any 2.4 database or site to be able to create accounts? For me to pass or sell? @Ximboliex
  11. @Snre3n Database pko 2.4 is not compatible with pko site 1.38? To create accounts? no have account_pending?
×
×
  • Create New...