Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Shaiya > Shaiya Private Server
You last visited: Today at 07:46

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

Advertisement



[Question] Mob Drops

Discussion on [Question] Mob Drops within the Shaiya Private Server forum part of the Shaiya category.

Reply
 
Old   #1
 
liston28727's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 11
Received Thanks: 0
Question [Question] Mob Drops

I have an EP5+ server working.. in the later maps "68+" the mobs are not dropping items.. Example Desiree i have set the Justia gear to drop at 100% for a test. Nothing drops. Any ideas why these drops are not working.. and yes i have the mob_items set in the database..
liston28727 is offline  
Old 04/07/2012, 19:01   #2
 
RebeccaBlack's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 520
Received Thanks: 1,286
You say you have the MobItems set? Did you restart once you did that?

What are the grades to the items? Are they 999+?

Cross reference the mob names in your database, with the grades and IDs and make sure you didn't accidentally set the wrong number or something.

Another thing I found, if the executable finds any missing data between drops (i.e. for mob 2023 you have Grade1=0,Grade2=0,Grade3=40) that it'll just abandon the mob's drops.
RebeccaBlack is offline  
Old 04/07/2012, 19:46   #3
 
liston28727's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 11
Received Thanks: 0
yes some if the grades are 999+..
I have restarted the server both in msql and shaiya server with no results.
I have been using the mobs in Top ruins and Desiree the boss, Desiree has drop 1,2,and 3 with items then 4and 5= 0 then 6,7,8 and 9 have items. I have move the Justia drop to #1 at 100% hoping to at least see a drop. The gold drop is intermittently working.
liston28727 is offline  
Old 04/08/2012, 00:57   #4
 
elite*gold: 70
Join Date: Feb 2009
Posts: 502
Received Thanks: 88
as im informed, grades over 999 dont work, so try to edit the grades to like 948 for lv69 gear etc and then try it again, got same problems on another server where i'd been AD-A and it worked when i edited it to grades under 1000, please try it out and then tell us if it worked
dirksen95 is offline  
Old 04/08/2012, 03:28   #5
 
sondo81's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 400
Received Thanks: 643
Ok !

Use this script :

create table #a (num int)
declare @i int
set @i=0
while @i < 999
begin
set @i=@i+1
if not exists (select * from ps_gamedefs.dbo.items where grade = @i)
insert #a select @i
end
select * from #a

Thanks to Zargon!

To find free Grade!

Use only Grades under 999!!!!

For drop 6 - 9 use this :

sondo81 is offline  
Old 04/09/2012, 03:21   #6
 
liston28727's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 11
Received Thanks: 0
Smile

Thanks all,, I changed the grades over 999 to unused grades under 999, all is working well now, i edited the dbo_Items and the dbo_MobItems grades.. Now for the server notices, if anyone knows how to edit them, example "When i take the relics in KI to open the pvp portal to PR the notice "Now open the way to PR" dosent come up.. After that will start working on the mystery of the EP5 skills..
liston28727 is offline  
Old 08/02/2012, 15:16   #7
 
alin12345's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 26
Received Thanks: 1
How i can set Drop 0 on all mobs/boss
alin12345 is offline  
Old 08/02/2012, 15:44   #8
 
TeddyBear94's Avatar
 
elite*gold: 10
Join Date: May 2012
Posts: 1,857
Received Thanks: 2,625
Quote:
Originally Posted by alin12345 View Post
How i can set Drop 0 on all mobs/boss
open the monster.sdata and go into every mob which is in there open the drop bar and u see the drop grades then click on the grade u dont want to have for that mob and press CLR and the grade disappers and the mob stops droping that ( what was in that grade placed in item.sdata.
TeddyBear94 is offline  
Old 08/02/2012, 23:19   #9
 
Bаne's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 2,334
Received Thanks: 1,777
Grades over 999 just don't work, common grades are multiples of 10.
Bаne is offline  
Reply


Similar Threads Similar Threads
[QUESTION] DROPS?!?
06/04/2020 - Silkroad Online - 9 Replies
Hey guys. I am very curious about what mobs drop what items so i would be rly happy if somebody would link or paste some table or whatever in which there is drop list from mobs. I seen it on Silkroad tavern but there isnt Taklamakan/cave/and all euro monsters included. Sorry for a bit hard reading english:mofo: Thanks in advance.:D Regards!
[Question]Mob drops
03/02/2011 - Shaiya Private Server - 2 Replies
I know how I need to make the items have a grade, and how to find and change what different mob drops. But there is one thing I just don't understand. There are 9 different records for each mob. How does it work? Is it something like this: 1) All the diffrent ItemOrders drops (ofc only if it adds up with the droprate) or 2) One of the 9 different ItemOrders drops what it should (again, ofc only if it adds up with the droprate) Thanks in advance:)
Drops Question
06/26/2010 - Kal Online - 1 Replies
;Boss Bloods (group (index 9501) (Item (900 5071))) (ItemGroup (index 9502) (Group (900 9501))) ;Normal Bloods (group (index 9503) (Item (400 5071))) (ItemGroup (index 9504) (Group (500 9503))) ;2kk Geldsäcke (group (index 9505) (Money (800 2000000)))
[QUESTION] DROPS
02/10/2009 - CO2 Private Server - 3 Replies
hi im pete, and i have a question about drops... couple things ( this is lotf , idc if you dont like it ) 1.) How do i make it so if you double click the money thing you can drop it 2.) How do i make it so if someone gets a dragonball drop it says (charname) Got a dragonball he is in (Mapid)
[Question] Drops
05/07/2008 - Dekaron - 0 Replies
Hi I have a little problem recently I wanted to check out drops of few mobs but I can't seem to find index of those items anywhere. Maybe I made a mistake somewhere? I looked for index of those items in monster.csv under ItemSetIndex .



All times are GMT +1. The time now is 07:46.


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.