Register for your free account! | Forgot your password?

You last visited: Today at 16:38

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

Advertisement



[RELEASE]Mage/Assassin's Cape Fix

Discussion on [RELEASE]Mage/Assassin's Cape Fix within the Shaiya PServer Guides & Releases forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
XareL's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 159
Received Thanks: 346
Arrow [RELEASE]Mage/Assassin's Capes Fix

English
Hi Epvpers,
I saw a problem while surfing in Shstudio and wanted to share this problem and workaround with you.

I am using the older version of shstudio because of the incompatibility of the .sdata font I'm using.

When you click on a cloak that has not been edited in sh studio, the country section changes. this only applies Mage/Assasin's cape


and i find workaround fix
I Created sql version!





Query

Code:
/* Shaiya Mage & Assasin Cape Fix */

/* Created by XareL, 2018-04-01 */

/* For AoL - Mage Cape (if u add more just copy and paste and u know itemid) */

/**************************************************************/
SET NOCOUNT ON

USE PS_GameDefs;
GO

BEGIN

UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24066'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24069'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24180'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24181'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24182'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24183'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24184'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24185'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24186'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24187'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24188'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24241'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24242'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24243'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24244'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24253'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24254'
/**************************************************************/

/* For UoF - Assasin Cape (if u add more just copy and paste and u know itemid) */

/**************************************************************/
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39068'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39086'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39087'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39088'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39089'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39090'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39091'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39092'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39093'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39094'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39095'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39096'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39097'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39098'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39099'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39065'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39101'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39103'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39118'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39155'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39156'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39157'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39158'
UPDATE PS_GameDefs.dbo.Items SET Country='5' WHERE ItemID='39169'
/**************************************************************/


PRINT 'Problem has been fixed!'
PRINT 'must be executed each time when item.sql it is updated!'
PRINT 'Created by Xarel / ShaiyaDestek!'
END


GO


Regards,
Attached Files
File Type: rar CapeFixEN.rar (539 Bytes, 76 views)
XareL is offline  
Thanks
6 Users
Old 04/11/2018, 23:03   #2
 
elite*gold: 0
Join Date: Jan 2013
Posts: 449
Received Thanks: 552
Is enough all the times you open a cape set the country back to light or dark without run this quey all times u update item.sdata.
beetols is offline  
Thanks
1 User
Old 04/11/2018, 23:52   #3
 
elite*gold: 260
Join Date: Sep 2011
Posts: 487
Received Thanks: 359
Quote:
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24066'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24069'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24180'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24181'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24182'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24183'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24184'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24185'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24186'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24187'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24188'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24241'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24242'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24243'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24244'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24253'
UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID='24254'
/************************************************** ************/
Is much easier and faster to do this when you use 'in' in query : D

UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID in (24066,24069, 24180, 24181, 24182, 24183, 24184, 24185, 24186, 24187, 24188, 24241, 24242, 24243, 24244, 24253, 24254)
SnickQ is offline  
Thanks
4 Users
Old 04/19/2018, 18:35   #4
 
XareL's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 159
Received Thanks: 346
Quote:
Originally Posted by SnickQ View Post
Is much easier and faster to do this when you use 'in' in query : D

UPDATE PS_GameDefs.dbo.Items SET Country='2' WHERE ItemID in (24066,24069, 24180, 24181, 24182, 24183, 24184, 24185, 24186, 24187, 24188, 24241, 24242, 24243, 24244, 24253, 24254)
Thanks for feedback.
but I'm new to these issues
and this problem has been common in recent times.
XareL is offline  
Thanks
2 Users
Reply

Tags
assasin, cape, fix, mage, shaiya


Similar Threads Similar Threads
[Selling] An completed account, max cape, archivement cape, song cape, quest cape
02/24/2016 - Runescape Trading - 0 Replies
Wondering how much I could get for it? Can't find prices anywhere... Still need some levels in farming so won't sell yet, just want to know how much I can sell it for when it's done.
[04.09.13] GigaByte v2.6 [FIX, FIX, FIX, FIX AND FIX]
09/11/2013 - WarRock Hacks, Bots, Cheats & Exploits - 79 Replies
http://www.elitepvpers.com/forum/warrock-hacks-bot s-cheats-exploits/2843300-11-09-gigabyte-public-v2 -7-a.html
WTB all: Bronze cape-,Silver cape- and Gold cape trim Guilds!
11/28/2011 - Guild Wars Trading - 4 Replies
WTB all: Bronze cape-,Silver cape- and Gold cape trim Guilds! Give me some offers! :mofo: UP!
wtt warlord cape on AGE for emp cape on mayn
01/22/2011 - 12Sky2 - 3 Replies
want to trade warlord cape on aeria server nemesis for emp cape on mayn. also other leets



All times are GMT +2. The time now is 16:38.


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.