I want to use Notice . Where to activate it.
Sorry I'm not good at English.
Printable View
I want to use Notice . Where to activate it.
Sorry I'm not good at English.
put the message in pangya_notice_list then you will get Idx for the message
finally put the command in Pangya_server_command put command=0 arg1=Idx you got and target= port your server
Anyone found out the command id for the lottery please?
Thanks
how to change room in tournament 100 player ?
I am trying to find out how to change the papel lottery drop rate.
Scratch, pang, XP, event are working good and thanks for the people that find it out.
I thought the drop rate from papel was the command ID 24^^ or do I need more args on it^^
but it doesn't work. So Jackpot is something I didn't found out yet.Code:USE Pangya_S4_TH
INSERT INTO Pangya_Server_Command (Command, Arg1, Target)
VALUES (24, 400, 20201)
I know there is a GM tool that got released but as Sarah wrote, giving power to a software that we don't 100% trust should be avoided. SQL can be too easily manipulated.
Thanks in advance for the help,
codyx
------------------------------------------------------------------------------------
ok I found out int the GMtool^^ Hope it can help the next ones.
Code:num3 = &H15
num = Conversions.ToInteger(Me.rtBogoR.SelectedItem)
num2 = Conversions.ToInteger(Me.rtBogoC.SelectedItem)
conn.Query = String.Concat(New String() { "INSERT INTO [Pangya_Server_Command] ([Command],[Arg1],[Arg2],[Target],[ReserveDate],[RegDate]) VALUES('", Conversions.ToString(num3), "','", Conversions.ToString(num), "','", Conversions.ToString(num2), "','", str4, "','", str, "','", str3, "')" })
o.o how do u registure for it?