-
Content Count
141 -
Joined
-
Last visited
-
Days Won
15
1g0rS1lv4 last won the day on July 20 2021
1g0rS1lv4 had the most liked content!
Community Reputation
68 GoodAbout 1g0rS1lv4
-
Rank
Boatswain
Recent Profile Visitors
3,542 profile views
-
Yatops (Yet Another Tales of Pirates Server/Source)
1g0rS1lv4 replied to Mdrst's topic in Development
the files have a bug, with the Friends and chat system, GroupServer and Client Crash when trying to start a chat. -
Yatops (Yet Another Tales of Pirates Server/Source)
1g0rS1lv4 replied to Mdrst's topic in Development
here for me I just needed to combine all the .bins -
function file_exists(name) local f=io.open(name,"r") if f~=nil then io.close(f) return true else return false end end
-
https://mega.nz/folder/OUMUgTYb#jtCsqh7halK_O9uzWyaG0g/folder/yRc0lQ5Y
-
These public files you are using were modified on the gameserver side in OfflineStall.
-
who page you guys recomended to host top server?
1g0rS1lv4 replied to Newbieserver's topic in Questions & Help
are totally free. -
who page you guys recomended to host top server?
1g0rS1lv4 replied to Newbieserver's topic in Questions & Help
if it's for testing or even a Beta, you can use Google Cloud - Google Cloud Platform, they give you 300$ in credits, you can create a VPS any way you want. after creating an instance, you will only need to open the port that your game.exe uses to connect to the GateServer, by default TOP uses 1973. -
1g0rS1lv4 changed their profile photo
-
dragontechi started following 1g0rS1lv4
-
MisResultCondition(HasFlag, 37 , 10 ) we can start here, you put the Mob ID instead of the Mission ID, and the flag would also be wrong. to calculate the value of HasFlag, you must take the amount of times you intend to kill this mob plus the value of the Flag and remove 1. MisResultCondition(HasFlag, 2041 , 59 ) 2041 = MissionID 59 = Flag ( 50 ( Need Kill ) + 10 ( Flag ) - 1 ) sorry for the bad english.
-
Mod Player rating system
1g0rS1lv4 replied to V3ct0r's topic in Mods for client and server (PKOdev.NET mod loader)
I think this can be useful too, you will be able to conventer colors in HEX to Decimal. Unsigned Integer -
Mod Player rating system
1g0rS1lv4 replied to V3ct0r's topic in Mods for client and server (PKOdev.NET mod loader)
function GetPowerColor(Power) if (Power >= 1 and Power <= 50) then -- Green Colour = 4278255360 elseif (Power >= 51 and Power <= 100) then -- Blue Colour = 4278215413 elseif (Power >= 101) then -- Red Colour = 4294901760 end return Colour end -
check VPS firewall, add GateServer to firewall.
-
address for game.exe 13x_0. const DWORD OldScaleStruct_Addr = 0x004D7959; const DWORD AddCharacter_Addr = 0x004D7580;
-
https://drive.google.com/file/d/1dm86k5eMjJg7Abg2_mP6QV2y9xpxVfjz/view?usp=sharing
-
well, it contains many comments from v3ct0r and White ADM from In-PKO selling these files as if it were his.