
1g0rS1lv4
Community-
Content Count
134 -
Joined
-
Last visited
-
Days Won
15
1g0rS1lv4 last won the day on July 20 2021
1g0rS1lv4 had the most liked content!
Community Reputation
66 GoodAbout 1g0rS1lv4
-
Rank
Boatswain
Recent Profile Visitors
2,969 profile views
-
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.
-
As the title already says ProxyServer Source Code. Credits I believe it is from @V3ct0r, this source is sold by ADMS from In-PKO, use it as you wish. Can use Vs2019. https://github.com/1g0rs1lv4/ProxyServer
-
@dragontechi well, i have this source of this circle mod. you can use VS2019 to compile, or you can use base to make your own dll from v3ct0r mods. Link Fixed. https://drive.google.com/file/d/1dm86k5eMjJg7Abg2_mP6QV2y9xpxVfjz/view?usp=sharing
-
check your birth_conf.lua and mapinfo, maybe you can change the main city there.
-
@flamyman1412https://mega.nz/file/kktQSazZ#AqDvUSuHPUxmQErDI3rbB_fv56rYC4APaL47M3haBso
-
make sure the code doesn't already exist in your files.
-
functions.lua