Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tutorial] Conjure items with item names and the number conjured out

Newbie Spellweaver
Joined
Nov 6, 2023
Messages
19
Reaction score
12
Happy New Year !

Preview:

64682197_668282363643436_2756237207135059968_n - [Tutorial] Conjure items with item names and the number conjured out - RaGEZONE Forums


search:

C++:
int ServerGameLogic::Cmd_GiveItem(obj_ServerPlayer* plr, const char* cmd)

Write the code below.

C++:
plr->BackpackAddItem(wi);

Tutorial:

64468496_668283120310027_4931160761239076864_n - [Tutorial] Conjure items with item names and the number conjured out - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top