Jump to content

Dan

Moderators
  • Content Count

    403
  • Joined

  • Last visited

  • Days Won

    52

Everything posted by Dan

  1. Dan

    NECK VIP

    Lucky's archive. https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g!KcdVQK6a
  2. I think you forgot one line? else r1,r2 = MakeItem ( role , 231 , 1 , 4 ) --Fairy of Luck end TIP: Do not make pets above line 500 if you do, the stats will bug when possing, it will grant random stats also passively. Also, if it doesn't work, try changing mordo jr id 681 to your Angela Jr Id and marry 2 mordos?
  3. Just some changes I've made from PKO 1.38 + Tools from Vectors File. Will keep it updated to display future file used for a server. Credits to All that has helped me from the past and on going future. *Fixed Fairy Poss for 2nd Gen/Mjr/Angela/August pets *Added Cloak can upgrade to Lv7 *Added Anti-Dupe System *Changed Pet Max Lvl Limit from 41 to 61 (For Normal/Great Fruits) ->Uses a check, so if Pet Lv 60 -> Use Great Fruit -> Fail to lvl. *Added Unfuse Scroll (When equipment is fused, can use scroll to defuse) *Added Buff potion (Grants buffs for 8 minutes when item used) *Added Career Lot Scroll (Grants all Career Lot bonus stats for 10 minutes when item used) *Added TOP Neck (displays TOP effect above characters head) (Also changes character's color name) *Added Custom Icons to certain items to (differentiate and avoid scams) *Banker now has option to open bank/convert inventory gold to notes. -> 100k,500k,1m Notes *Added Angela Junior + 6 Different Angela Junior Colors *Added August Pets *Added New Wings (Much like Angelic/Devil etc wings) *Added PK Ranking system *Added Apparel's NPC -> Default Classic TOP Apparels *Added New Apparels -> Alucard etc *Ordered Apparels By Rows and Columns *All Apparels have Race defined -> [L] Sreet Love - Armor [C] - Street Love Armor [P] - Street Love Armor [A] - Street Love Armor (L = Lance) (C = Carsise) (P = Phyllis) (A = Ami) *Added Universal Pliers (Can extract any gem from any equipment such as rings/necklace) *Added 110% and 120% Upgrading Scrolls (Double click to upgrade fused apparels with 100% Effectiveness) *Added Lv4 Gem Combiner (Can make multiple lv4's without dropping/placing gem in bank if higher than lv1) *Added F1-F12 Skill bar + Extra Bar on Top + Tab Switcher *Added Big Inventory 48 Slot via (Alt+E) *Added Character Running while in Safezone *Added Instant Skill NPC (Defined by Class - will teach all skills according to class) *Added Removal of Corals for Voyager classes *Added Gem Slot Change (Changes Gems order via forged equipments) *Added 110% Instant Apparel Upgrade Stone *Added 120% Instant Apparel Upgrade Stone *Added Brackets to NPC's name [NPC Name] *Added Custom map for CA (Removed useless objects, map is much easier to look around ex: Bar and Commerce have roof opened) *Added Spawn Script for Chaos Argent -> (If player enters at :15 -> Expert Chest Spawns, no matter how late a player enters, correct mobs/wave will spawn) *Added Anti-Relog to Chaos Argent -> If Player leaves the map for whatever reason, it will punish leaver for 2 minutes. *Added New Spawn Points inside Chaos Argent *Added Hairstyle items to Hairstylist *Added Bracelet/Handguards/Belts *Added Cooldown timer to Healing Pots (HP/SP) *Added FC 1/2/3 Chest -> FC 1 Chest - Lv40 Rings -> FC2 Chest -> Unsealed Incantation Weapons FC Chest 3 -> Earth Sealed Armor's *Added DS 1/2/3 Chest -> DS 1 Chest - Lv50 Rings -> DS 2 Chest -> Fire Sealed Set Pieces -> DS 3 Chest -> Fire Sealed Weapons *Added 10k/100k gold Note *Added Bank Note (Double Click Note to open Bank) *Changed Tattoo Apps/Armor's from 27 to 22 *Changed Skillinfo Tattoo Requirement -> Armor Requirement *Added Nightmare Demonic Helmet -> Can upgrade to lv 10
  4. The version released in Lucky's Archive works 90% fine, except the fact that when using fairy poss and teleporting etc will cause a bug to lose stats. Example: Poss + cape equipped = Has 1k max Teleport while Poss is on + cape is equiped = 1k max Take off Cape, while poss is on = 1k max Teleport again while poss is on = 1k max, now put on cape = 1.1k max No one has yet released a working fix. My conclusion -> hook/serialize are loaded incorrectly, or has something to do with statetime. However, I fixed it without these conclusion but I've used a different method. [I used trial and error repeatedly from Kong's cloak/Julio's Cloak/2 other people's cloak that I purchased before all had same problem, I noticed a pattern maybe you will too :P]
  5. I remember playing a server, if I could recall Sky Pirates Online? It had this sort of thing. Place an item in X inventory Use chat handle /temp And the item would transfer into Temp bag The item would still have it's effect working (STATE ADD/REM) If anyone has any clue let me know, I will try something while this is up.
  6. Check if the port 1973 or 1978 (Depending on your group server configure) is open when you open GroupServer.exe and go to canyouseeme. Also make sure it matches Game.exe.
  7. I remember editing this long time ago, but I'm not sure if its in a texture file in the UI or if its configured color through main.clu ? "The Blue Background in chat box"
  8. Dan

    Admiral Cloak

    Lol, if those are the STAT ADD/REM you are talking about, it still doesn't work if change to -> STATE_AC
  9. Dan

    Admiral Cloak

    This is done through skilleffect.lua? This is the one provided in skillseffect.txt instructions. function STATE_AC_Add ( role , statelv ) local strsb_dif = cloak.conf['statperLv'] * statelv local consb_dif = cloak.conf['statperLv'] * statelv local agisb_dif = cloak.conf['statperLv'] * statelv local dexsb_dif = cloak.conf['statperLv'] * statelv local stasb_dif = cloak.conf['statperLv'] * statelv local strsb = StrSb( role ) + strsb_dif SetCharaAttr( strsb , role , ATTR_STATEV_STR ) local consb = ConSb( role ) + consb_dif SetCharaAttr( consb , role , ATTR_STATEV_CON ) local agisb = AgiSb( role ) + agisb_dif SetCharaAttr( agisb , role , ATTR_STATEV_AGI ) local dexsb = DexSb( role ) + dexsb_dif SetCharaAttr( dexsb , role , ATTR_STATEV_DEX ) local stasb = StaSb( role ) + stasb_dif SetCharaAttr( stasb , role , ATTR_STATEV_STA ) ALLExAttrSet(role) SystemNotice(role, "Admiral Cloak: Activated!"); end function STATE_AC_Rem ( role , statelv ) local strsb_dif = cloak.conf['statperLv'] * statelv local consb_dif = cloak.conf['statperLv'] * statelv local agisb_dif = cloak.conf['statperLv'] * statelv local dexsb_dif = cloak.conf['statperLv'] * statelv local stasb_dif = cloak.conf['statperLv'] * statelv local strsb = StrSb( role ) - strsb_dif SetCharaAttr( strsb , role , ATTR_STATEV_STR ) local consb = ConSb( role ) - consb_dif SetCharaAttr( consb , role , ATTR_STATEV_CON ) local agisb = AgiSb( role ) - agisb_dif SetCharaAttr( agisb , role , ATTR_STATEV_AGI ) local dexsb = DexSb( role ) - dexsb_dif SetCharaAttr( dexsb , role , ATTR_STATEV_DEX ) local stasb = StaSb( role ) - stasb_dif SetCharaAttr( stasb , role , ATTR_STATEV_STA ) ALLExAttrSet(role) SystemNotice(role, "Admiral Cloak: Deactivated!"); end
  10. Dan

    Anti-Dupe v2

    I believe, you must load serialize first or hook first.
  11. Dan

    Admiral Cloak

    @Julio I see some configurations with gems, but they are not added in your archive? And as for Rinor, I got the cloak in 5th slot, possed. -> Checked Stats -> Teleported, stats stayed the same. -> After possed finished restored to default. Edit: Tested this and it seems problem may still occur.
  12. Problem Solved: Edit: Everything connects, but somehow doesn't work so what I did was use a different port 1976.
  13. Dan

    Game.exe Info

    @V3ct0r Program seem to not work for me, running GameInfo.exe -> Nothing appear. Used latest version. Game.exe http://www.mediafire.com/file/z80an8a3op27tj7/Game.rar
  14. I'm helping someone set up a server hosted on local, everything seems okay from AccountServer/GateServer/GroupServer/GameServer, the only thing that doesn't work is the client connecting to the server. (Using TOP Clean Client from Lucky's Archive) Maybe it's the System folder, if someone have can upload one for me? // Сервер Пиратии онлайн, ревизия PKO 1.38, собрана для MainDev. [net] listen_port = 1973 listen_ip = 127.0.0.1 [db] dbserver = HP-PC db = AccountServer userid = sa passwd = EZCpyYOZVofugqDFBZrLKw== [bill] enable_bill = 0 enable_passport= 0 enable_kickuser = 0 bill_server1 = 127.0.0.1:7243 bill_server2 = 127.0.0.1:7243 [tom] enable_tom = 0 [gs] GroupServerAndor = GroupServerAndor GroupServerAndor1 = GroupServerAndor1 GroupServerAndor2 = GroupServerAndor2 GroupServerAndor5 = GroupServerAndor5 GroupServerAndor6 = GroupServerAndor6 enable_ping = 1 // Сервер Пиратии онлайн, ревизия PKO 1.38, собрана для MainDev. [Main] Name = PKO138 Version = 136 [GroupServer] IP = 127.0.0.1 Port = 1975 EnablePing = 180 [ToClient] IP = 0.0.0.0 Port = 1973 CommEncrypt = 1 EnablePing = 60 MaxConnection = 1000 [ToGameServer] IP = 127.0.0.1 Port = 1971 EnablePing = 180 [ShowRange] ShowMin = 500 ShowMax = 800 IsUse = 1 // Сервер Пиратии онлайн, ревизия PKO 1.38, собрана для MainDev. [Main] Name = GroupServerAndor2 Listen_Port = 1975 Listen_IP = 127.0.0.1 KeepAlive = 600 Version = 103 [AccountServer] AcctEnable = 1 Password = GroupServerAndor2 IP = 127.0.0.1 Port = 1973 [Database] IP = HP-PC DB = GameDB Login = sa Password = EZCpyYOZVofugqDFBZrLKw== MaxVal = 2000000000 [character] MaxCharacterNum = 3 MaxValue = 30 MaxPerson = 3000 [friend] MaxInvitedNum = 5 InvitedTime = 30 MaxFriendNum = 50 FriendGroupNum = 10 [team] MaxInvitedNum = 5 InvitedTime = 30 MaxPersonNum = 5 [chat] MaxChatNumPerPlayer = 30 maxPlayerPerChat = 50 WorldInterval = 60 TradeInterval = 300 ToYouInterval = 2 WorldFee = 1000 WorldFeeInterval = 1000 [bird] Argent City = garner Shaitan City = magicsea Icicle Castle = darkblue // Сервер Пиратии онлайн, ревизия PKO 1.38, собрана для MainDev. [ID] name = GameServer00 equment = system [Gate] gate = 127.0.0.1, 1971 [Map] map = garner [DB] db_ip = (local) db_usr = sa db_pass = EZCpyYOZVofugqDFBZrLKw== // Password = Y87dc#$98 [Socket] keep_alive = 120 [BaseID] BaseID = 0x50000000 [Entity] max_ply = 3000 max_cha = 15000 max_item = 30000 max_tnpc = 300 [Guild] guild_num = 80 guild_try_num = 80 [Item] item_show_time = 60 item_prot_time = 30 [Interval] say_interval = 3 [LOG] log_cha = 0 log_cal = 0 log_ai = 0 log_mission = 0 [Debug] supercmd = 1 [Res] res_dir = ./resource log_dir = log\\log // [Large map switch] db_mapmask = 1
  15. Dan

    Create a Quest

    This guide is nice, at first I had a bit confusion with the Adding then subtract 1. Otherwise all is well thanks for the guide.
  16. This option, is it suppose to disable my notes? When I use I gain no money. EDIT: Never mind, fixed.
  17. Got an example? My gold stops at 2b, but when I get more, it just stays 2b. I don't see a prevention script for it though.
  18. Dan

    Fixing Pet Skills Bug

    Where can I find this success rate of fairy in?
  19. Anyway to prevent money loss after surpassing this amount?
  20. I have asked, and he has said he has no idea.
  21. Dan

    Fixing Pet Skills Bug

    Hm, problem still occurs when I feed 3 skills, ( I have to feed multiple times until I get all 3 skills, which already happens without this solution you provided.)
  22. Does anyone know how to edit or change the value of the maximum gold in inventory? Capped at 2,000,000,000 (2 billion) Is it possible to increase it to maybe 5,000,000,000? (5 billion)
×
×
  • Create New...