Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Gorilla - King Kong - Spider Grab Pet.

Junior Spellweaver
Joined
Dec 14, 2011
Messages
115
Reaction score
0
In (ID) in db

Example
Code:
[COLOR="DarkOrange"]This Code u Paste in Db [/COLOR]
1    [COLOR="Red"]42009[/COLOR]    COS_P_GORILLA    ??    xxx    SN_COS_P_GORILLA    xxx    0    1    1    2    3    4    5000    3    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    -1    0    -1    0    -1    0    -1    0    3    0    0    0    0    0    50    100    80    0    11    0    cosp_GORILLA01.bsr    xxx    coscos_p_gorilla.ddj    xxx    xxx    1    0    109    0    140    0    0    0    0    0    1    0    0    0    7    10    1    1    27    0    27    2    0    1679057940    3    3000    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0

[COLOR="DarkOrange"]This Code Alrady in db and this code have ID 42009 and u made same Id in ur Code 
Search in ur Db about ur ID Code for Gorilla [/COLOR]

1    [COLOR="DarkGreen"]42009[/COLOR]    COS_P_Cat    ??    xxx    SN_COS_P_SPIDER    xxx    0    1    1    2    3    4    5000    3    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    -1    0    -1    0    -1    0    -1    0    3    0    0    0    0    0    50    120    50    0    11    0    mobsdbeetle_s.bsr    xxx    coscos_p_cat.ddj    xxx    xxx    1    0    109    0    140    0    0    0    0    0    1    0    0    0    7    10    1    1    27    0    27    2    0    1679057940    3    3000    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0


this line from characterdata_45000 Right?
so which table in Db must i paste in ?
i think this me problem

Thank you for the follow up
 
Junior Spellweaver
Joined
Dec 14, 2011
Messages
115
Reaction score
0
Ok Give me ur Code For Gorilla
I mean the Code Start COS_P_Gorilla
Not ITEM_COS_P_GORILLA_SCROLL

Give me full Code

Ok bro
but at first i wan ask u something

PHP:
refshopgoods
+
refscrapofpackageitem
+
refpricepolicyofitem
+
refpackageitem

this tables we will add them cods in DB or there any table other modification should it?

about code start COS_P_Gorilla here is
PHP:
1	42009	COS_P_GORILLA	??	xxx	SN_COS_P_GORILLA	xxx	0	1	1	2	3	4	5000	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	-1	0	-1	0	-1	0	-1	0	3	0	0	0	0	0	50	100	80	0	11	0	cosp_GORILLA01.bsr	xxx	cos\cos_p_gorilla.ddj	xxx	xxx	1	0	109	0	140	0	0	0	0	0	1	0	0	0	7	10	1	1	27	0	27	2	0	1679057940	3	3000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 
Joined
Nov 6, 2011
Messages
546
Reaction score
140
Ok bro
but at first i wan ask u something

PHP:
refshopgoods
+
refscrapofpackageitem
+
refpricepolicyofitem
+
refpackageitem

this tables we will add them cods in DB or there any table other modification should it?

about code start COS_P_Gorilla here is
PHP:
1	42009	COS_P_GORILLA	??	xxx	SN_COS_P_GORILLA	xxx	0	1	1	2	3	4	5000	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	-1	0	-1	0	-1	0	-1	0	3	0	0	0	0	0	50	100	80	0	11	0	cosp_GORILLA01.bsr	xxx	cos\cos_p_gorilla.ddj	xxx	xxx	1	0	109	0	140	0	0	0	0	0	1	0	0	0	7	10	1	1	27	0	27	2	0	1679057940	3	3000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0

Ok use this Query if u the massage give u 2 Lines Same id 42009
u shout to change the new code for Gorilla
Code:
SELECT * FROM _RefObjCommon WHERE ID like '42009'
To use it
right Click on SRO_VT_Shard >> New Query and paste code
 
Junior Spellweaver
Joined
Dec 14, 2011
Messages
115
Reaction score
0
Ok use this Query if u the massage give u 2 Lines Same id 42009
u shout to change the new code for Gorilla
Code:
SELECT * FROM _RefObjCommon WHERE ID like '42009'
To use it
right Click on SRO_VT_Shard >> New Query and paste code
that's mean i must add this line to _RefObjCommon ?
PHP:
1	42009	COS_P_GORILLA	??	xxx	SN_COS_P_GORILLA	xxx	0	1	1	2	3	4	5000	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	-1	0	-1	0	-1	0	-1	0	3	0	0	0	0	0	50	100	80	0	11	0	cosp_GORILLA01.bsr	xxx	cos\cos_p_gorilla.ddj	xxx	xxx	1	0	109	0	140	0	0	0	0	0	1	0	0	0	7	10	1	1	27	0	27	2	0	1679057940	3	3000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 
Joined
Nov 6, 2011
Messages
546
Reaction score
140
that's mean i must add this line to _RefObjCommon ?
PHP:
1	42009	COS_P_GORILLA	??	xxx	SN_COS_P_GORILLA	xxx	0	1	1	2	3	4	5000	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	-1	0	-1	0	-1	0	-1	0	3	0	0	0	0	0	50	100	80	0	11	0	cosp_GORILLA01.bsr	xxx	cos\cos_p_gorilla.ddj	xxx	xxx	1	0	109	0	140	0	0	0	0	0	1	0	0	0	7	10	1	1	27	0	27	2	0	1679057940	3	3000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0

xD u didn't add it till now :scared:
 
Newbie Spellweaver
Joined
Mar 3, 2012
Messages
54
Reaction score
5
Stop,,,MR5 Helped you a lot,You must follow all steps.
I didn't login from about 7 days. was have a problem in real life.
 
Newbie Spellweaver
Joined
Mar 3, 2012
Messages
54
Reaction score
5
code pls :(



code pls :(

Look In First Post.
The Guide Is helping a lot,
These Grab Pets Is very awesome beside i liked them so much so i decide to release in RG better than poop epvp.
Regards :thumbup1:
 
Newbie Spellweaver
Joined
Feb 21, 2012
Messages
27
Reaction score
0
i added gorilla to my server when i try to make the item the box appear on the ground with the right name. but when i pick it up i get instant crash and the character is bugged. do u know what i did wrong?

~Demetra~
 
Junior Spellweaver
Joined
Dec 14, 2011
Messages
115
Reaction score
0
xD u didn't add it till now :scared:
Now :(
Behavior - [Release] Gorilla - King Kong - Spider Grab Pet. - RaGEZONE Forums
 
Experienced Elementalist
Joined
Jan 20, 2012
Messages
244
Reaction score
59
i thought the spider is '' spider man '' so i added it here is the code only for spider

refopbjcommon :

Code:
1	41883	COS_P_SPIDER	??	xxx	SN_COS_P_SPIDER	xxx	0	1	1	2	3	4	5000	3	0	0	0	0	0	1	1	0	0	0	0	0	0	0	0	0	0	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	50	120	50	0	0	0	mob\sd\beetle_s.bsr	xxx	cos\cos_p_spider.ddj	xxx	xxx	[COLOR="#FF0000"]18893[/COLOR]

/objchar L:

Code:
[COLOR="#FF0000"]18893[/COLOR]	1	1	109	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	140	0	0	0	0	0	1	0	0	0	7	10	1	1	27	0	27	2	0	1679057940	3	300	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
must be like the same

objcommon-item
objcommon :

Code:
1	41884	ITEM_COS_P_SPIDER_SCROLL	?? ?????	xxx	SN_ITEM_COS_P_SPIDER_SCROLL	SN_ITEM_COS_P_SPIDER_SCROLL_TT_DESC	1	0	3	2	1	2	180000	3	0	1	1	1	223	0	1	0	0	1	0	0	0	0	0	1	0	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_ch_acc.bsr	cos\item_cos_p_spider_scroll.ddj	xxx	xxx	[COLOR="#000080"]21461[/COLOR]

objitem :

Code:
[COLOR="#0000FF"]21461[/COLOR]	1	2	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	40320	COS_P_SPIDER	-1	xxx                                                                                                                              	-1	xxx	-1	xxx	-1	xxx	-1	CashRank:2	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	0	0	0

must be like the same !
 
Junior Spellweaver
Joined
Jan 13, 2012
Messages
156
Reaction score
3
mmh I can oly Found in Those Download The data for Gorilla but there issnt anything from spiderman :-(
 
Back
Top