Register for your free account! | Forgot your password?

You last visited: Today at 07:45

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

Advertisement



[Little fix] Battlefield Rune

Discussion on [Little fix] Battlefield Rune within the Shaiya PServer Guides & Releases forum part of the Shaiya Private Server category.

Closed Thread
 
Old   #1
 
nubness's Avatar
 
elite*gold: 10
Join Date: Jan 2012
Posts: 1,698
Received Thanks: 5,452
[Little fix] Battlefield Rune

First of all, what is a battlefield rune ? It's a consumable item, which after activated doubles your kills, by default for 30 days.
As cypherxxl asked about it , I looked into it and fixed it. It isn't really hard.

All you need to do is execute the following query in SQL:
Code:
DELETE FROM [PS_GameDefs].[dbo].[Items]
WHERE ItemID = 100255
INSERT INTO [PS_GameDefs].[dbo].[Items] values (100255,'Battlefield Rune',100,255,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,999,0,0,255)
, which deletes the row where ItemID = 100255 and creates another row with the same ID and all the parameters for the Battlefield Rune.

Enjoy !

P.S. This is the final fix, for those who are too lazy to do anything at all, so don't pay attention to the other replies here.
nubness is offline  
Thanks
35 Users
Old 11/07/2012, 22:17   #2
 
elite*gold: 0
Join Date: Nov 2012
Posts: 35
Received Thanks: 14
May i ask what this does, how this is located in game, yes i get it's for pvp but in aeriagames what exactly does this do exactly? If i may get a screen shot?
Dano.The.Nano is offline  
Old 11/07/2012, 23:13   #3
 
TeddyBear94's Avatar
 
elite*gold: 10
Join Date: May 2012
Posts: 1,857
Received Thanks: 2,628
it is increasing ur killcount if u kill some1 u get instead of 1 kill 2 kills ö.ö

some ppl never heared about it well atleast the ones that stopped playing OS as ep5 came out <.<
TeddyBear94 is offline  
Thanks
3 Users
Old 11/08/2012, 01:27   #4
 
elite*gold: 0
Join Date: Nov 2012
Posts: 35
Received Thanks: 14
Thumbs up

Quote:
Originally Posted by TeddyBear94 View Post
it is increasing ur killcount if u kill some1 u get instead of 1 kill 2 kills ö.ö

some ppl never heared about it well atleast the ones that stopped playing OS as ep5 came out <.<
Thanks for info this can be useful for pvp for people that want an event but no staff is online very good release, and thanks teddy for explaining ^.^.
Dano.The.Nano is offline  
Old 11/08/2012, 06:39   #5
 
elite*gold: 0
Join Date: Feb 2012
Posts: 267
Received Thanks: 50
Its the same as before. Can use it but no effect.
cypherxxl is offline  
Old 11/08/2012, 06:48   #6
 
elite*gold: 0
Join Date: Nov 2012
Posts: 35
Received Thanks: 14
Smile

Quote:
Originally Posted by cypherxxl View Post
Its the same as before. Can use it but no effect.
Yes but phillip fixed it for me. there is more to the code to fix. i will release it if phillip will let me but his work fix.
Dano.The.Nano is offline  
Old 11/08/2012, 06:51   #7
 
elite*gold: 0
Join Date: Feb 2012
Posts: 267
Received Thanks: 50
That would be great.
cypherxxl is offline  
Old 11/08/2012, 06:54   #8
 
elite*gold: 0
Join Date: Nov 2012
Posts: 35
Received Thanks: 14
Quote:
Originally Posted by cypherxxl View Post
That would be great.
# read pm cypherxxl
Dano.The.Nano is offline  
Old 11/08/2012, 07:28   #9
 
elite*gold: 0
Join Date: Oct 2012
Posts: 24
Received Thanks: 14
Quote:
Originally Posted by cypherxxl View Post
Its the same as before. Can use it but no effect.
for me too
[Dev]Blue is offline  
Old 11/08/2012, 16:43   #10
 
nubness's Avatar
 
elite*gold: 10
Join Date: Jan 2012
Posts: 1,698
Received Thanks: 5,452
That's weird, I'll get you another query then, for the skill itself. All ep5 and ep6 skill.sdata must have it, it's strange than yours doesn't.
EDIT : It's most probable that your ps_game.exe doesn't have the skill. I have an ep6 local server, that's why it works for me.

EDIT 2 : I put a new query in the #1 post, run it and try if it works. If it doesn't then I can't help you.
nubness is offline  
Old 11/08/2012, 17:04   #11
 
elite*gold: 0
Join Date: May 2011
Posts: 275
Received Thanks: 640
Thank you very much nubness for this awesome release. Keep them comming man.
SimplyShredded is offline  
Thanks
3 Users
Old 11/08/2012, 18:14   #12
 
elite*gold: 0
Join Date: Nov 2012
Posts: 35
Received Thanks: 14
# for the fix
you have to delete the item with itemid 101255 first.
heres the query philipp gave me:
Code:
DELETE FROM PS_GameDefs.dbo.Items
WHERE ItemID = 101255
Dano.The.Nano is offline  
Thanks
3 Users
Old 11/08/2012, 18:29   #13
 
nubness's Avatar
 
elite*gold: 10
Join Date: Jan 2012
Posts: 1,698
Received Thanks: 5,452
If you check #1, I told you it won't work, and this was the reason. Gratz Phillip_.
And guys seriously, check the query before you execute it. What if I give you something that will get you a free iPhone 5, but it actually f*cks up your whole database ? And now I'm looked at as someone who tells people things that don't work.
nubness is offline  
Old 11/08/2012, 18:39   #14
 
elite*gold: 0
Join Date: Feb 2012
Posts: 267
Received Thanks: 50
hm dont work, but thanks for your help bro.
cypherxxl is offline  
Old 11/08/2012, 18:51   #15
 
nubness's Avatar
 
elite*gold: 10
Join Date: Jan 2012
Posts: 1,698
Received Thanks: 5,452
I just told you in PM to use ep6 Item.SData or replace in the query 101255 with 100255 and 101 with 100.

and anytime you have a problem, you need to describe it entirely.
Attached Files
File Type: rar Item.rar (1.87 MB, 289 views)
nubness is offline  
Thanks
6 Users
Closed Thread


Similar Threads Similar Threads
Battlefield Rune PvP boost
11/07/2012 - Shaiya - 4 Replies
Hello Epvpers. I try to repair the Battlefield Rune (PvP Boost) I can Use it, but the effect dont work. Maybe enyone knows how to fix that?
WTS: NA LoL Acct, 56 Champs, 5 Rune pages. Top Elo 1572, many rune sets.
07/04/2012 - League of Legends Trading - 0 Replies
I am wanting to sell one of my LvL 30 accts that I dont play much anymore besides when I goof off with friends. It currently has 56 champs, 5 rune pages, a few skins. Top elo of 1572, Current elo of 1312. I've spent a bit of money on it. It currently has 175RP and 3602 IP. The summoner name is 2Good2BeTru. Im looking for no less then $50 US Dollars made through PayPal. The account is in good standing with 0 bans/warnings. I will not release the information to the account until the payment...
Selling lvl 30 NA account, 36 champs, 4 rune pages, 4 T3 rune sets, and skins!
03/02/2012 - League of Legends Trading - 1 Replies
this account has all the things you could want in any league of legends account, skins, champions, runes, rune pages! i have personally also spent over $120 on riot points for this account some of the benefits include: 36 champions: akali alistar amumu annie ashe casseopeia
EU WEST ACCOUNT - 53 SKINS - 11 Rune Page with Rune Set - NOT OWNED 11 CHAMP
01/30/2012 - League of Legends Trading - 8 Replies
Hello Elitepvpers ;) I'm selling League of Legends Europe-West Account with Rare Skins,Many Skins,Champions,Runes... I have 53 Skins include Rare-Limited Skins. I don't have only 11 Champions. I have 5, Tier 3 Mark Sets.6 Seals Tier 3 Sets,6 Glyphs Tier 3 Sets,7 Quintessince Sets. Everysets have 9 runes. 9x5 + 9x6 + 9x6 + 9x7 Runes with 11 Rune Pages.
Bug with Defence rune/escape rune etc..?
10/02/2010 - RF Online - 0 Replies
someone know??? can explain? tips ?? possible or not?? =)



All times are GMT +2. The time now is 07:45.


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.