Jump to content

Question

Γεια σας !

Έφτιαξα ένα vote coin !

Όταν μπαίνει στο inventory δεν γίνεται group δηλαδή δεν μαζεύονται όλα σε ένα, αλλά φαίνονται ένα ένα. Θα ήθελα να φαίνονται όπως για παράδειγμα τα adena ! ένα εικονίδιο και να λέει πόσα περιλαμβάνει !

Αντέγραψα ακριβώς το xml των adena και σε client επίπεδο ακριβώς όπως τα adena !

 

Φαντάζομαι ότι πρόκειται για αυτό :

<set name="is_stackable" val="true" />

Το συμπλήρωσα αλλά δεν λειτουργεί !

 

Ευχαριστώ !

 

Edited by drgn
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Το πρόβλημα λύθηκε έπρεπε να βάλω τα xml στον φάκελο data/stats/items/custom εγώ τα είχα χύμα ! και το κακό είναι ότι και τα άλλα χύμα τα είχα αλλά τα είχα περάσει και στο custom. Επομένως δούλευαν κανονικά ! Μου έγραψες για custom και μου ήρθε φλασιά ! χεχ

 

Ευχαριστώ !

Link to comment
Share on other sites

  • 0

prepei stin database sto TYPE na to valeis stackable

epeisis sto system den thumame se poio arxeio

sto telos leei

0     0      0

 

prepei na to kaneis

 

2     0       0

 

elpizw na katalaves

Link to comment
Share on other sites

  • 0

prepei stin database sto TYPE na to valeis stackable

epeisis sto system den thumame se poio arxeio

sto telos leei

0     0      0

 

prepei na to kaneis

 

2     0       0

 

elpizw na katalaves

 

Ευχαριστώ για την απάντηση !

 

Στην DataBase έχει μόνο τα item που κρατάνε οι παίκτες τα item τα πρόσθεσα στα xml στα data/stats/item πρόσθεσα και την γραμμή που λέω παραπάνω is_stackable = True το δοκιμάζω πάλι !

 

etcitemgrp.dat :

2	25002	0	0	2	5	0	DropItems.drop_pig_coin_m00			DropItemsTex.drop_animal_coin_t00				0	0	0	0	0	1	0	0	icon.mouse_coin_i00					-1	0	8	0	0	0							1		1			1							2	0	0

itemname-e.dat :

25002	Vote Coin		a,Vote coin. You can exchange them for rewards in the shop.\0	-1	0	0						a,	0	0		a,	0	0	0	0	0	0	0	0	0	0	a,	1
Link to comment
Share on other sites

  • 0

swsta to exeis sto etcitemgrp

prepei na kaneis auto pou sou eipa stin database

pane sta custom_etc_items i pou alou to exeis perasei kai sto type pou leei kantw stackable

Link to comment
Share on other sites

  • 0

swsta to exeis sto etcitemgrp

prepei na kaneis auto pou sou eipa stin database

pane sta custom_etc_items i pou alou to exeis perasei kai sto type pou leei kantw stackable

 

Έχω H5 pack.

Δεν υπάρχει custom_etc_item ούτε etc_item

'Εχω την εντύπωση ότι πλέον είναι στα xm μέσα στα stats/item έβαλα την γραμμή αλλά τίποτα :/ πάλι το ίδιο

Link to comment
Share on other sites

  • 0

to item sou se poio XML arxeio to addares ? 

postare edw pera logika tha leei mesa sto xml 

type = stackable 

 
Vote_coin.xml :
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/items.xsd">
	<item id="25002" type="EtcItem" name="Vote Coin">
		<set name="icon" val="icon.mouse_coin_i00" />
		<set name="immediate_effect" val="1" />
		<set name="material" val="gold" />
		<set name="is_tradable" val="False" />
		<set name="is_dropable" val="False" />
		<set name="is_destroyable" val="False" />
		<set name="is_sellable" val="false" />
		<set name="is_depositable" val="True" />
		<set name="is_stackable" val="True" />
	</item>
</list>
Link to comment
Share on other sites

  • 0

valtw mazoi me ta alla ta coins.

px ekei pou einai ta adena , goldbar 

 

είναι με σειρά και δεν μπορώ δηλαδή 00000-00099 κοκ έφτιαξα απλά ένα νέο xml με όνομα vote_coin.xml

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...