Jump to content

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 Good

About 1g0rS1lv4

  • Rank
    Boatswain

Recent Profile Visitors

2,969 profile views
  1. 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.
  2. I think this can be useful too, you will be able to conventer colors in HEX to Decimal. Unsigned Integer
  3. 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
  4. check VPS firewall, add GateServer to firewall.
  5. address for game.exe 13x_0. const DWORD OldScaleStruct_Addr = 0x004D7959; const DWORD AddCharacter_Addr = 0x004D7580;
  6. https://drive.google.com/file/d/1dm86k5eMjJg7Abg2_mP6QV2y9xpxVfjz/view?usp=sharing
  7. well, it contains many comments from v3ct0r and White ADM from In-PKO selling these files as if it were his.
  8. 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
  9. @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
  10. check your birth_conf.lua and mapinfo, maybe you can change the main city there.
  11. @flamyman1412https://mega.nz/file/kktQSazZ#AqDvUSuHPUxmQErDI3rbB_fv56rYC4APaL47M3haBso
  12. make sure the code doesn't already exist in your files.
×
×
  • Create New...