ice Member Feb 10, 2021 #1 How to give gifts to players when they log in to the game during the holidays?
Tukaram Member Feb 11, 2021 #2 Write a script for a gift box (example ValentineBox2021.cs) Then you can use a global command. [global addtopack ValentineBox2021 1 where PlayerMobile (ValentineBox2021 1 - item & amount.) For example you can also use [global addtopack gold 10000 where PlayerMobile to give money. Post automatically merged: Feb 11, 2021 Or you can use this - https://www.servuo.com/archive/distribute-system-for-staff.763/ If you still do not have Pandora working. Last edited: Feb 11, 2021
Write a script for a gift box (example ValentineBox2021.cs) Then you can use a global command. [global addtopack ValentineBox2021 1 where PlayerMobile (ValentineBox2021 1 - item & amount.) For example you can also use [global addtopack gold 10000 where PlayerMobile to give money. Post automatically merged: Feb 11, 2021 Or you can use this - https://www.servuo.com/archive/distribute-system-for-staff.763/ If you still do not have Pandora working.