
Originally Posted by
bubbastic
Only a GM account can do that (capability = 4)
This is off-topic :/
@codyx: 1) what do you mean? 2) use the search button
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^^
Code:
USE Pangya_S4_TH
INSERT INTO Pangya_Server_Command (Command, Arg1, Target)
VALUES (24, 400, 20201)
but it doesn't work. So Jackpot is something I didn't found out yet.
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, "')" })