Register for your free account! | Forgot your password?

You last visited: Today at 03:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]Get DP with Level up

Discussion on [Release]Get DP with Level up within the Shaiya PServer Guides & Releases forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
elite*gold: 5
Join Date: Jun 2012
Posts: 176
Received Thanks: 214
[Release]Get DP with Level up

Quote:
USE [PS_GameData]
GO

/****** Object: Trigger [dbo].[PointsForLevel] Script Date: 09/27/2012 11:57:00 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO




create trigger [dbo].[PointsForLevel]
on [PS_GameData].[dbo].[Chars]
after update
as
IF (UPDATE (Level))
begin
declare @oldLevel int
declare @newLevel int
set @oldLevel = (select Level from deleted)
set @newLevel = (select Level from inserted)
if @oldLevel<@newLevel
begin
update PS_userdata.dbo.users_master
set point=point+5
from PS_userdata.dbo.users_master m,inserted i where m.userUID=i.useruid
end
/*if I wanted to do 500 points per x000 kills I would do something like this

if (convert ( varchar (5),@newLevel) like '%000')
begin
update PS_userdata.dbo.users_master
set point=point+500
from PS_userdata.dbo.users_master m,inserted i where m.userUID=i.useruid
end
This would give 500 points to every Level value that is "like" 1000 or 2000 or 3000 etc, not just 1000 kills
*/
end
You can change the DP Amount if u want

Itīs from the DP Via pvp kill by Svinseladden


Regards
..Zeus.. is offline  
Thanks
16 Users
Old 12/02/2012, 22:12   #2
 
Sh1nra's Avatar
 
elite*gold: 5
Join Date: Mar 2012
Posts: 1,007
Received Thanks: 498
Very Nice Zeus,

I'll try it definitely!
Sh1nra is offline  
Old 12/02/2012, 23:31   #3
 
JohnHeatz's Avatar
 
elite*gold: 150
Join Date: Apr 2010
Posts: 9,739
Received Thanks: 8,977
A good release, yet I don't quite get the purpose of giving points for leveling, unless a grinding server arrives (long time without seeing a good one of these kind)
JohnHeatz is offline  
Thanks
1 User
Old 12/03/2012, 02:19   #4
 
elite*gold: 0
Join Date: Oct 2011
Posts: 103
Received Thanks: 63
Well john there are a few of us still around . that does not belive in the instant leveling.

and i might have to add the pvp aspect of this. might be intresting .
_-Phoenix-_ is offline  
Thanks
2 Users
Old 12/03/2012, 19:28   #5
 
elite*gold: 170
Join Date: Sep 2010
Posts: 22
Received Thanks: 15
Very good script.Iīve tested we can change AP per EXP per namechange and many many more good script
Ethar1 is offline  
Reply


Similar Threads Similar Threads
[Release] how to Change Level Up exp to next Level
07/31/2012 - SRO PServer Guides & Releases - 7 Replies
hello guys again you can change Level up exp easy like 251334 from lv 24 to lv 25 you can change it like that Go To SRO_VT_SHARD go to table _RefLevel
[Release] Max level 255 and new level 255 soul
04/09/2012 - EO PServer Guides & Releases - 10 Replies
new max level and new soul values for level 255 download attached files and run them threw query into your database using navicat and then save it and your done max level 255 soul level 255
[Release] Level Bot!
02/19/2012 - General Gaming Discussion - 34 Replies
I want release my Level Bot! - You have to make the meteors to "W" - Stay on slot "2" - Than u press "1" for on & "2" for off! https://www.virustotal.com/file/189a88c5a52966f0a fdfcaba80eebacc541a3acbcf44b4fbafbe74cfa4a24af4/an alysis/1328659806/ Have fun! ;)
(RELEASE) Level-BOT
10/27/2010 - General Gaming Discussion - 32 Replies
Here I sell an Leveling BOT. If you have Meteor Hack, u can Start this application. It do automatically Start, and do hack. If some one is interested, pn me!
[Release]Top Level
04/17/2008 - EO PServer Guides & Releases - 11 Replies
ok this is not my release, this is a good friends of mine release he showed me how to change the characters max level that real people can level too... Please dont give me thanks, give it to jaoe1000... ok for everyone who hasnt known this here it is update your cq_config, data1, id 10 to what ever level you feel necessary please make sure that you have the appropiate level in your cq_levexp. remember dont give me thanks, give it to jaoe1000



All times are GMT +2. The time now is 03:54.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.