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!

Automatic Global event

Newbie Spellweaver
Joined
Jul 6, 2012
Messages
94
Reaction score
17

Hello P-Server community
Here we are offering our service by Hilbiled team
HilbiledTeam
---------------------
--Who is HilbiledTeam
Actually am not going to say its a big team its just a founder who got hands on most awesome PHP Development and SQL Developer and some other stuff to offer you best service

---------------------
-Where we do came from ?
- actually founder got some hands on friends from / ******** / epvp and came up with this team
---------------------
--Why we are here
well we do like to offer you some service which is awesome now days after many things did show
Like What! ?
- Exploits
- PHP Scripts Etc
- Website design
- 3D design
- Logo design
- Launcher and loading design
- Databases
- Encryption
- Security for much of kinds
- Rooted Servers
- Protected Servers

Coming soon!
- Selling vps and dedicated server OS Linux and server files working on it.
---------------------
- How you can trust us
actually its hard part of you but we are really not that kiddos stuff when you come to make up any deal we will show you
who we did deals with other guys and how our work is it and there much popular servers are powered by our developers
---------------------
-After deals
well if you had a deal with us we just add our copyright to get popular
------------------------
For Contact
will be private msg
till we make our Skype chat and also to get your hands on must of our team in chat room
------------------------


This is the second release from , it's about
Using task schedule and automatic global event.

at first we will teach you how to run php script by using task scheduler

-What is task scheduler?
-Task Scheduler is a component of Microsoft Windows that provides the ability to schedule the launch of programs or scripts at pre-defined times or after specified time intervals.

before we start you need to use srzor gameserver because he just record every global the players spend

1-search for task scheduler.


2-create basic task...


3-make enter your task name,


4-Choose daily,weekly,,, etc, as you need it,


5-Set the event time.


6-Choose start program..


7-Browse,,


8-Open drive C:.


9-Search for php.exe and choose php.exe.


10-Type at (Add arguments(optional)) [-f "C:\hilbiled\globals.php"]
Notice: script location


11-Press finish, that's it!


12-Now you need to create the current location
Create the folder at any drive you wanna looks like the screen which called hilbiled.


13-Then put the script into this folder(your folder name)


14-Test the event if you want.


Notice:for event notice you could work with any notice program till we make our one.


Query
CREATE DATABASE [HILBILED];


GO

/****** Object: Table [dbo].[_GlobalEvent] Script Date: 11/28/2014 2:09:22 PM ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [HILBILED].[dbo].[_GlobalEvent](
[ID] [int] IDENTITY(1,1) NOT NULL,
[Answer] [varchar](max) NULL,
[Question] [varchar](max) NULL,
[CharID] [int] NULL,
[Used] [tinyint] NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO


Download

Password.
PHP:
HilBiled

This release by Kiro
PS by Kiro
 
Last edited:
Newbie Spellweaver
Joined
Apr 3, 2014
Messages
21
Reaction score
4
insert SRO_VT_SHARD..[_Notification] (Type,Content,Executor,Target,Notified)

_Notification Table taken from Midget AutoBot :3

LOL will never work like that dude

case 1: = Notice not Globals
 

Attachments

You must be registered for see attachments list
Last edited:
  • Like
Reactions: mag
Newbie Spellweaver
Joined
Jul 6, 2012
Messages
94
Reaction score
17
I'm mr.x's partner at bavaria for sure you know it, and he in hilbiled ,, that's all ;)
and i know it it's notice they will change it with plus notice or any poop,, you are not gonna teach me
 
Newbie Spellweaver
Joined
Apr 3, 2014
Messages
21
Reaction score
4
I'm mr.x's partner at bavaria for sure you know it, and he in hilbiled ,, that's all ;)
and i know it it's notice they will change it with plus notice or any poop,, you are not gonna teach me
who the hell cares if you're mr.x partner or not and i dont know what bavaria means and yeah iam gonna teach you silly kid
 
Newbie Spellweaver
Joined
Jul 6, 2012
Messages
94
Reaction score
17
kids just based that part of life , then they says all ppl kids
just like u
 
Junior Spellweaver
Joined
Jan 22, 2013
Messages
125
Reaction score
57
la wallah !,, what about the time ?? you have to start event you will set the time by trigger ?? by using datediff ,datepart ,, and much more functions
btw you are not gonna teach me SQL man xD
hh noob yea i'm the man who will teach you sql :)
you can make a trigger also in LogEventChar for every insert check the time event ;)
no more hints for you
 
Back
Top