Query's [USEFULL]

Experienced Elementalist
Joined
Dec 7, 2006
Messages
250
Reaction score
2
1. Select sSid + strName from K_MONSTER

Code:
SELECT sSid,strName FROM K_MONSTER WHERE strName Like '%xx%'

2. SELECT Num + strName from ITEM

Code:
SELECT Num,strName FROM ITEM WHERE strName like '%xx%'

3. Rename Query

Code:
UPDATE K_NPC SET strName='xx' WHERE strName='Guard'

4. UPDATE NP_SYMBOLS & KNIGHTS_RANKINGS.
Code:
exec knights_rank
exec np_icon
exec imbacodermyst
exec UPDATE_USER_PERSONAL_RANK

thats all, post more here so ill add them:D

:laugh:
 
1. Select sSid + strName from K_MONSTER

Code:
SELECT sSid,strName FROM K_MONSTER WHERE strName Like '%xx%'

2. SELECT Num + strName from ITEM

Code:
SELECT Num,strName FROM ITEM WHERE strName like '%xx%'

3. Rename Query

Code:
UPDATE K_NPC SET strName='xx' WHERE strName='Guard'

4. UPDATE NP_SYMBOLS & KNIGHTS_RANKINGS.
Code:
exec knights_rank
exec np_icon
exec imbacodermyst
exec UPDATE_USER_PERSONAL_RANK

thats all, post more here so ill add them:D

:laugh:

been looking for Name change query for awhile just cant find it, mind posting me? thanks in advance.
 
Back