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!

Gmtool_cmd

Junior Spellweaver
Joined
Apr 19, 2006
Messages
119
Reaction score
15
including arg1 and target

---------- Post added at 04:21 PM ---------- Previous post was at 04:17 PM ----------

can anyone tell me what angel event uses for ?
 
Initiate Mage
Joined
Dec 29, 2008
Messages
92
Reaction score
52
Yes my question also to use the event Angel Projectg need to change? or change any of Pak. ?
 
Joined
Jul 18, 2009
Messages
390
Reaction score
129
Angel Event is also known as QR Event.
Every game you finish, removes one game from your Quit Rate count, lowering your quit rate progressively.

Because Angel Wings require 3.0% quit rate or lower, NTreev called this event the "Angel Event".


I also have been thinking about a tool to do this manually...and came up with an idea to look into making a small tool that basically lets you insert stuff into the Pangya_Server_Command Table and possibly the Pangya_Notice_List table as well.
If I'm right this is all you need to make it work.

I'm gonna dig up my C# skills and see what I can do.
 
Last edited:
Initiate Mage
Joined
Jan 23, 2011
Messages
44
Reaction score
6
Go for it, Sarah! Let us know how it goes, and thanks everyone for the information in this thread!

Does anyone know how long these last? It seems by our second game the EXP double didn't seem to hold effect. (I switched the values to 200) I know for fact the first game they did because we received a LOT of EXP.
 
Last edited:
Joined
Jul 18, 2009
Messages
390
Reaction score
129
I have the event running on my server, and it still works after 50-60 games played...

There should be no problem maintaining the events.
 
Junior Spellweaver
Joined
Apr 19, 2006
Messages
119
Reaction score
15
me too over 3 days

---------- Post added at 07:02 AM ---------- Previous post was at 05:18 AM ----------

anyone know how EXECUTE_SERVER_SERVICE_CONTROL do ?
 
Junior Spellweaver
Joined
Apr 19, 2006
Messages
119
Reaction score
15
how ?
chreadie did you have msn ?
pm me or post here please
 
Last edited:
Junior Spellweaver
Joined
Apr 19, 2006
Messages
119
Reaction score
15
can anyone tell me how to drop item on every map ?
 
Last edited:
Junior Spellweaver
Joined
Apr 19, 2006
Messages
119
Reaction score
15
how do we know what the item its droped ?
 
Last edited:
Junior Spellweaver
Joined
Apr 19, 2006
Messages
119
Reaction score
15
yes, A gift out of hole , has anyone done it yet ?
or it couldn't ??
 
Last edited:
Joined
Dec 21, 2010
Messages
13
Reaction score
3
1 open authserver and enter cmdon

2 SQL

USE Pangya_S4_TH
INSERT INTO Pangya_Server_Command (Command, Arg1, Target)
VALUES (15, 300, 20201)
INSERT INTO Pangya_Server_Command (Command, Arg1, Target)
VALUES (16, 700, 20201)
INSERT INTO Pangya_Server_Command (Command, Arg1, Target)
VALUES (19, 1, 20201)
INSERT INTO Pangya_Server_Command (Command, Arg1, Target)
VALUES (20, 150, 20201)
INSERT INTO Pangya_Server_Command (Command, Arg1, Target)
VALUES (53, 1, 20201)


3xPang
7xexp
angel event
rain 15%
open ghost


3run loginserver & Gameserver

sorry for my english XD
 
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Does this stays when we restart the client?

And, any way to change the combo for angel from 500 to 100 games played?
 
Joined
Nov 27, 2006
Messages
68
Reaction score
12
With the GM_tools commands, i have re-activated the lotteries.
Dropping cheeks from the black papel and premium card removers from scratchy.
 
Joined
Jul 18, 2009
Messages
390
Reaction score
129
With the GM_tools commands, i have re-activated the lotteries.
Dropping cheeks from the black papel and premium card removers from scratchy.

You probably increased the rates in papel shop / scratchy, making the rare items pop out more often. They always have been there.
 
Back
Top