Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 05/29/2019 in all areas

  1. 1 point
    Simple script -- Put this script in -->> function after_player_kill_player( ATKER, DEFER ) with the others. (functions.lua) if map_name_ATKER == "chaosicicle" or map_name_DEFER == "chaosicicle" then -- Change the map that you want to put in here local atk_name = GetChaDefaultName ( ATKER ) local def_name = GetChaDefaultName ( DEFER ) local Notice_all = "["..def_name.."] was slain by ["..atk_name.."] in Chaos Icicle (55)!" -- Notices the world that [x] killed [x]. You can change the messages here. Notice ( Notice_all ) GiveItem (ATKER , 0 , 3333 , 1 , 4 ) -- 3333 = Item ID, you can modify this. GiveItem (ATKER , 0 , 3334 , 1 , 4 ) -- 3334 = Item ID, if you want to add more, copy and paste under with Item ID. end I hope someone finds this helpful, i understand it's very simple
  2. 1 point
    PO's binary files are encrypted and their client checks to see if the file's original, from what I know. I believe the only way besides decrypting the files is to directly edit the binary.
  3. 1 point
    If the file isn't encrypted, and you can read lines, you can use gemini decompiler. You can reference my old site to get the tools. http://basicpiratesserverinfo.weebly.com/ 47 Invincible Potion -1 0 State_PKWd_Add State_PKWd_Rem 1 0 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0 -1 0 0 0 0 -1 0 0 0 0 0 0 0 If you want to make it show a glowing affect, when player uses the item until time runs out. I will provide to you a random effect you can change to whatever you want. 416 -- Devil Tower glow (Purple) , when players use the potion it will display this glow effect. 47 Invincible Potion -1 0 State_PKWd_Add State_PKWd_Rem 1 0 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0 -1 0 0 0 416 1 0 0 0 0 0 0 0
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...