Welcome to RaGEZONE - MMORPG Development Forums (sponsored by tfn.gr) Mark forums read | View Forum Leaders
RaGEZONE - MMORPG Development Forums (sponsored by tfn.gr)

Knight Online Discuss, [Help] For some reason I can't remove CS from kecoon fighter.. at - Old Archived Files forum; I've tried a lot of ways.. but is there some way I can remove the monster from the game?.. n ...




Reply
Thread Tools
[Help] For some reason I can't remove CS from kecoon fighter..
 
 
Ultimate Member

Rank: New Blood


Reply With Quote
 
Join Date: Jun 2006
Location: Sweden
Posts: 156
11-09-2008, 01:30 PM
 
I've tried a lot of ways.. but is there some way I can remove the monster from the game?..

n another newbie question, how do I actually save my currently DB?

thx in advance
 
 
permalink
 

RaGEZONE is proudly sponsored by
 
Member

Rank: Omicron


Reply With Quote
 
Join Date: May 2008
Posts: 26
11-09-2008, 04:01 PM
 
1st use this query to delete monster

delete from [K_MONSTER] where sSid = monsterID

2nd

to save your database
right click on ur DB name>All tasks>backup data base>choose where u wanna save>Ok
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Jan 2008
Posts: 288
11-09-2008, 04:34 PM
 
You can remove CS from Kecoon Fighter...lol

The IDs of Kecoon Fighter are 102 and 152. To make sure their drop doesn't code for another monster, put this into a query and hit execute:

Code:
update k_monster set sItem='102' where sSid='102'
update k_monster set sItem='152' where sSid='152'
Then, go find it via K_Monster_Item.

Code:
select * from k_monster_item where sIndex='102' or '152'
You'll find their rows, then just make it into update codes.

For example, if the Chitin Shield ID is on iItem03:

Code:
update k_monster_item set iItem03='0' where sIndex='102' or '152'
Either that, or you can just go fish for both IDs in k_monster_item if you don't wanna deal with update queries.
 
 
permalink
 


 
SecretSquirrel

Rank: Member


Reply With Quote
 
Join Date: Jun 2006
Location: Perfect World - Yaoshous the Awakening
Posts: 1,475
11-09-2008, 05:08 PM
 
OMG you guys are dumb how many times i gotta tell you its not just K_monster_item that controls what get drops.

make_item_group
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Oct 2008
Posts: 8
11-16-2008, 03:46 PM
 
easiest most simple way to delete a drop is get a drop editor wich can be found on this forum even 6 year olds can use that without problems
 
 
permalink
 

 
KnightOnline Coder

Rank: Subscriber


Reply With Quote
 
Join Date: Dec 2006
Posts: 265
11-16-2008, 03:47 PM
 
Quote: Originally Posted by NLwesje View Post
easiest most simple way to delete a drop is get a drop editor wich can be found on this forum even 6 year olds can use that without problems
a drop editor doesnt edit K_monster_item, k_monster AND MAKE_ITEM_GROUP. i recommend to manually make your drops.
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Jan 2008
Posts: 288
11-16-2008, 04:21 PM
 
Quote: Originally Posted by Advocate View Post
OMG you guys are dumb how many times i gotta tell you its not just K_monster_item that controls what get drops.

make_item_group
Make_Item_Group controls 60 of the drops. K_Monster_Item controls the other 3 drops. I'm assuming that the CS ID is on one of those 3 other drops. If not, it would be really noticeable having 170250256 spammed 30 times so that it would give 100% drop.
 
 
permalink
 

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 12:30 AM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RaGEZONE © 2001 - 2008





 
Evade Blackbelt School