-
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 ExcellentAbout Dan
-
Rank
Sea Captain
-
Dan changed their profile photo
-
I think if I remember correctly, you have to load hook before serialize.
-
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.
-
It is just the entryName, you can check maps like Thundoria Mirage and see it's .clu
-
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/
-
You probably did something wrong, or your server reads an extra 0.
-
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.
-
Wrong section. Moved to correct section.
- 1 reply
-
- 1
-
-
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.
-
No, you can change the 7008 to an itemID you want.
-
It's checking if your character has the itemID 7008 in bag.
-
@Brothers You need to see if you have the item local item = CheckBagItem(role,7008) -- Item required to be in your inventory if fused.
-
Please show your .cfg for GameServer
-
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
-
Is it the glow, or is it a effect such as stunning or gain X stats?
-
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.