Jump to content
  • 0

[Request] Query to exchange an item for another


drakoo

Question

Greetings folks.

 

I come here asking for something that I could not create with my basic knowledge in SQL.

 

Let me explain my case before.

 

Currently I have my server in the Set Vesper that everyone already knows.

(Interlude Version).

 

But I do not want it more like the "Top Set" from the server.

I want to change the Set Top Grad S Vesper for the retail Interlude (Draconic, Major and Imperial).

 

With my basic knowledge in sql  I could do

 

I created a query, replacing for example:

 

Replace all Vesper Gloves Heavy for  Imperial Heavy Gloves

Managed successfully.

 

So I came here two errors.

 

Error Number 01: The Set Vesper has only one Helmo

This Helmo is the same as in Set: Heavy / Light / Robe.

 

But the Draconic has a Helmo.

The Imperial has one another.

And Major is another.

 

Here comes my problem:

How to distinguish the query if the Player Helmo Vesper is using is: Set a Vesper Heavy / Vesper Robe / Heavy?.

 

Now Doubts Number 02: How to change the query SET BREAST From Epic (For he is pants and chest in just one part) in breast and pants Dynasty (which are two separate parts?)

 

Well I look forward to your help on this problem.

Thanks.

Excuse-me for my bad english

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Why you don't go in the client. Itemname-e.dat (or not -e with interlude?).

 

Rename draconic Major & IC

Just loled, don't reply if you have no idea wtf is going on.

 

The easier way would be to delete those vespers from every character, and add them adena, coins or whatever you have there equivalent to the vesper's price.

Link to comment
Share on other sites

  • 0

REPLACE items WHERE item_id IN (SELECT item_id FROM armor);

 

i think this is stupid but it might work forgive me i don't have any knowledge in sql but i'm trying to help....Good Luck

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...