[Request]dragonball drop rates

08/27/2008 15:16 jochemke#1
hey all

i'm quite new to coding
and i wanna know where i can change the dragonball met and item drop rate
so can somebody help me and post the file and line pls

Thanks to the 1 that helps me
08/28/2008 14:45 YukiXian#2
Quote:
Originally Posted by jochemke View Post
hey all

i'm quite new to coding
and i wanna know where i can change the dragonball met and item drop rate
so can somebody help me and post the file and line pls

Thanks to the 1 that helps me
First find the Item ID of an Meteor / Dragonball ( Tought starts with 180 )
After that Open your Entries.cs or something like that, Search for the Meteor/Dragonball ID and you found it! ( The rates are like this : if (Other.Succesblablabla..90 < -- 90 Percent sure that it drops that item, )
Sorry for this, Don't got much time :p
08/28/2008 17:56 _Emme_#3
Go into Entities.cs, search 1088001 / 1088000 inside that file,and you find it.
08/28/2008 21:45 jochemke#4
kk ty for the info
i already thought that it was in entities but i wasn't sure
and its working fine now
08/28/2008 23:46 pedrozido#5
Quote:
Originally Posted by YukiXian View Post
First find the Item ID of an Meteor / Dragonball ( Tought starts with 180 )
After that Open your Entries.cs or something like that, Search for the Meteor/Dragonball ID and you found it! ( The rates are like this : if (Other.Succesblablabla..90 < -- 90 Percent sure that it drops that item, )
Sorry for this, Don't got much time :p
i open the file but its full of symbols inside, how do i read it?:confused:
08/29/2008 00:57 IceyMan#6
then ur screwed lol ur source entitles.cs is screwed up man
08/29/2008 03:18 kinshi88#7
Quote:
Originally Posted by pedrozido View Post
i open the file but its full of symbols inside, how do i read it?:confused:
Did you open it with Visual Basic C#?