Jump to content

Dan

Moderators
  • Content Count

    401
  • Joined

  • Last visited

  • Days Won

    48

Dan last won the day on February 12

Dan had the most liked content!

Community Reputation

178 Excellent

About Dan

  • Rank
    Sea Captain

Recent Profile Visitors

14,635 profile views
  1. Dan

    AntiDupe V2

    I think if I remember correctly, you have to load hook before serialize.
  2. If you want the icons, just copy the icons from the folder and replace your current one. or if you want to find individual icon pictures, look at iteminfo.txt and see what the icon name is for the certain item.
  3. It is just the entryName, you can check maps like Thundoria Mirage and see it's .clu
  4. You can check this, it is a nice addition to if you desire, to "add how many players inside" https://pkodev.net/topic/1886-portal-maps/
  5. You probably did something wrong, or your server reads an extra 0.
  6. You can decompile a clean iteminfo.bin and open the .txt and copy it to yours, otherwise you can copy Rebirth Stone 1 line and change name to Revive Stone and Item ID to 5765, and change icon id line.
  7. Dan

    Anubis Pirates Online

    Wrong section. Moved to correct section.
  8. Yes but you need to modify the code, and do something else if you are not checking for character to have certain ItemID in inventory.
  9. No, you can change the 7008 to an itemID you want.
  10. It's checking if your character has the itemID 7008 in bag.
  11. @Brothers You need to see if you have the item local item = CheckBagItem(role,7008) -- Item required to be in your inventory if fused.
  12. Dan

    config.lua

    Please show your .cfg for GameServer
  13. Dan

    config.lua

    GameServer.cfg = GameServer You need to make another GameServer executeable for GameServer1,2,3,4,5,6.cfg, but mainly only should need 3 for the Regions of Ascaron, Deep Blue, Magical Ocean. Unless you have the GameServer.exe that opens all regions in 1 GameServer.exe
  14. Is it the glow, or is it a effect such as stunning or gain X stats?
  15. I actually made it like you would with clothing apparels, and made the item type acceptable to fuse in CAN_FUSE/FORGE in one of the .lua files I don't recall.
×
×
  • Create New...