Jump to content
  • 0

Starting Bar Tutorial Book


Dante44®

Question

Kalispera psaxno pos tha allakso to Tutorial book kai o kwdikas mesa sto characterCreation mou ellege

if (item.getId() == 5588)
				{
					shortcut = new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1);
					newChar.registerShortCut(shortcut);
				}
				
				if (item.isEquipable() && ie.isEquipped())
				{
					newChar.getInventory().equipItem(item);
				}

Mporei kapios na me voithisei?

Allazo to 5588 me to ID tou antikimenou pou thelo alla otan kano new char anti na mou vgalei to item pou exw wrisei mou to afinei keno
Den exo provlima oute se Itemname oute se etcitemgrp klp klp apla pos mporw na to kano na mpenei automata ston kainourio paixti stin thesi tou vivliou??

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

Kalws eisai, den.

 

to shortcut prepei na mpei otan ftiaxneis to new item

 

L2ItemInstance item = ...

registerShortcut(new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1));

 

gia na mpei ena item stin mpara prepei na exeis reference i toulaxiston tin oID, sketi oID diskola ara 9es reference pou simenei oti prepei na mpei tin stigmi pou dineis to item ston char

 

 

 

-if (item.getId() == 5588) Υπάρχει ήδη πιο πάνω γι'αυτό και το έστειλα έτσι. Όμως το πρόβλημα είναι ότι του βγάζει κενό στη μπάρα σαν να μην όρισε ιτεμ.

-               {

-                    shortcut = new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1);

-                   newChar.registerShortCut(shortcut);

-                }

               

 

+            if (item.getItemId() == 5588)

+               {

+               newChar.registerShortCut(new L2ShortCut(11, 0, 1, item.getObjectId(), -1, 1));

+                }

 

Για άλλαξε τώρα απλά το 5588. Δε μπορώ να καταλάβω κάτι άλλο.. Δεν έχω αλλάξει ξανά το bar, όμως όπως το διαβάζω θα πρέπει να δουλέψει. Μόνο αντικατάσταση κάνεις. Δεν χρειάζεται να περάσεις κάτι άλλο κάπου αλλού, εκτός και αν το ιτεμ που θες είναι Custom Item, εκεί υπάρχει αλλού άλλα να αλλάξεις μετά από αυτά.

Αλλά αν στο invetory το βλέπεις κανονικά, τι να σου πω...

Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

Kalispera psaxno pos tha allakso to Tutorial book kai o kwdikas mesa sto characterCreation mou ellege

if (item.getId() == 5588)
				{
					shortcut = new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1);
					newChar.registerShortCut(shortcut);
				}
				
				if (item.isEquipable() && ie.isEquipped())
				{
					newChar.getInventory().equipItem(item);
				}

Mporei kapios na me voithisei?

Allazo to 5588 me to ID tou antikimenou pou thelo alla otan kano new char anti na mou vgalei to item pou exw wrisei mou to afinei keno

Den exo provlima oute se Itemname oute se etcitemgrp klp klp apla pos mporw na to kano na mpenei automata ston kainourio paixti stin thesi tou vivliou??

Μόνο αυτός είναι ο κώδικας?

Πιο ίτεμ είναι το 5588?

 

edit: Τώρα κατάλαβα καλύτερα την ερώτησή σου. Άκου, πήγαινε στο Eclipse, game/ data/ stats/ initialEquipment.xml

Κάνε το edit και βάλε:

 

Όπου:  κόκκινο, αλλάζεις και βάζεις αυτό που θες.

      <!-- Human Fighter -->

        <equipment classId="0">

                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->

                <item id="10" count="1" /> <!-- Dagger -->

                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->

                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->

                <item id="5588" count="1" /> <!-- Tutorial Guide -->

                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->

                <item id="32226" count="10" />

        </equipment>

 

<!-- Human Fighter -->
        <equipment classId="0">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Human Mystic -->
        <equipment classId="10">
                <item id="6" count="1" equipped="true" /> <!-- Apprentice's Wand -->
                <item id="425" count="1" equipped="true" /> <!-- Apprentice's Tunic -->
                <item id="461" count="1" equipped="true" /> <!-- Apprentice's Stockings -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Elven Fighter -->
        <equipment classId="18">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Elven Mystic -->
        <equipment classId="25">
                <item id="6" count="1" equipped="true" /> <!-- Apprentice's Wand -->
                <item id="425" count="1" equipped="true" /> <!-- Apprentice's Tunic -->
                <item id="461" count="1" equipped="true" /> <!-- Apprentice's Stockings -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Dark Fighter -->
        <equipment classId="31">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Dark Mystic -->
        <equipment classId="38">
                <item id="6" count="1" equipped="true" /> <!-- Apprentice's Wand -->
                <item id="425" count="1" equipped="true" /> <!-- Apprentice's Tunic -->
                <item id="461" count="1" equipped="true" /> <!-- Apprentice's Stockings -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Orc Fighter -->
        <equipment classId="44">
                <item id="2369" count="1" /> <!-- Squire's Sword -->
                <item id="2368" count="1" equipped="true" /> <!-- Training Gloves -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Orc Mystic -->
        <!-- NOTE: This is orc_mage (orc_shaman is retail typo) -->
        <equipment classId="49">
                <item id="2368" count="1" equipped="true" /> <!-- Training Gloves -->
                <item id="425" count="1" equipped="true" /> <!-- Apprentice's Tunic -->
                <item id="461" count="1" equipped="true" /> <!-- Apprentice's Stockings -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Dwarf Fighter -->
        <equipment classId="53">
                <item id="2370" count="1" equipped="true" /> <!-- Guild Member's Club -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Male Kamael Soldier -->
        <equipment classId="123">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Female Kamael Soldier -->
        <equipment classId="124">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

Καλύτερα όμως θα ήταν σε config να μην μπερδεύεσαι τόσο κάθε φορά..

 

θα προσπαθήσω να κάνω ένα αλλά δε σε εγγυόμαι ότι θα δουλέψει 100%. Έχω πάνω από 2 χρόνια να ασχοληθώ με αυτό. Λίγα θυμάμαι.

 

Πήγαινε στο config.Java

 

Βρες το

public static boolean ANNOUNCE_CASTLE_LORDS;
+
+/**Custom Stating Item**//
+public static boolean STARTING_ITEMS = false;
    +public static int STARTING_ITEMS_ID;
    +public static long STARTING_ITEMS_COUNT;
 

+
+
+STARTING_ITEMS = Boolean.parseBoolean(otherSettings.getProperty("StartingItems", "False"));
            +STARTING_ITEMS_ID = Integer.parseInt(otherSettings.getProperty("StartingItemId", "5588"));
            +STARTING_ITEMS_COUNT = Long.parseLong(otherSettings.getProperty("StartingItemCount", "1"));
+
STARTING_ADENA = Integer.parseInt(otherSettings.getProperty("StartingAdena", "100"));

μετά πήγαινε CharacterCreate.java

 

Βρες αυτό που έδειξες πριν

                    newChar.getInventory().equipItem(item);
                }
+
+if (Config.STARTING_ITEMS)
        +{
        +    newChar.addItem("Init", Config.STARTING_ITEMS_ID, (int) Config.STARTING_ITEMS_COUNT, null, false);
        +}

μετά πήγαινε σε

other.properties στο τέλος του
+#Custom Starting Items
+StartingItems = false
+StartingItemId = 5588
+StartingItemCount = 1

Άνοιξα ένα svn του frozen χωρίς eclipse και το ψαξα, δε ξέρω κατά πόσο θα δουλέψει.

Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

Se euxaristo para polli gia ton xrono sou kai gia tin apantisi sou :)
Den thelo apla na dwso ston char ena item otan ksekinaei auto mporw na to kano i me invidual item system i me to startupsystem pou exo.Thelo to item auto na mpei stin mpara tou kathe new player stin thesi pou ine to Tutorial Book 

An deis kathe fora pou ftiaxneis new char stin bara sou exei px ston Fighter sto F1 to attack sto f4 to pickup kai sto F11 i F12 den thimame kala sou dinei to Tutorial book ego auto pou thelo na ftiakso ine stin thesi tou Tutorial Book stin Mpara na valo ena diko mou item se kathe new char creation!!

Link to comment
Share on other sites

  • 0

Μπορείς να μου στείλεις σε ΠΜ, ένα παλιό ή ότι να'ναι Interlude source για να μπω στο CreateCharacter.java να βρω τις σειρές που θέλω?

Δεν έχω ούτε Eclipse ούτε τίποτα πλέον στο pc.

 

edit: Θέλω να ανεβάσεις μόνο τα java του, τίποτα άλλο αν μπορείς.

Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

Δοκίμασε μία έτσι, αν όχι τότε το παρακάτω.

Διαφορετικά, θα βγάζει ερρορ αν έχει πρόβλημα, στείλε μου φώτο το ερρορ.

-    shortcut = new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1);
-                   newChar.registerShortCut(shortcut);
 
+newChar.registerShortCut(new L2ShortCut(11,0,1,εδώ για βάλε το id από το ιτεμ,-1,1));

Αντικατέστισε αυτά που γράφω με το item id.

 

 

ή κάνε αυτό, σε αυτό που που έστειλες...

-shortcut = new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1);
+shortcut = new L2ShortCut(11, 0, 1, βάλε το id από το ίτεμ που θες, -1, 1);

Δοκίμασε μία και πες μου, αλλιώς στείλε μου τα source που σου ζήτησα.

Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

Δοκίμασε μία έτσι, αν όχι τότε το παρακάτω.

Διαφορετικά, θα βγάζει ερρορ αν έχει πρόβλημα, στείλε μου φώτο το ερρορ.

-    shortcut = new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1);
-                   newChar.registerShortCut(shortcut);
 
+newChar.registerShortCut(new L2ShortCut(11,0,1,εδώ για βάλε το id από το ιτεμ,-1,1));

Αντικατέστισε αυτά που γράφω με το item id.

 

 

ή κάνε αυτό, σε αυτό που που έστειλες...

-shortcut = new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1);
+shortcut = new L2ShortCut(11, 0, 1, βάλε το id από το ίτεμ που θες, -1, 1);

Δοκίμασε μία και πες μου, αλλιώς στείλε μου τα source που σου ζήτησα.

 

 

Kalws eisai, den.

 

to shortcut prepei na mpei otan ftiaxneis to new item

 

L2ItemInstance item = ...

registerShortcut(new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1));

 

gia na mpei ena item stin mpara prepei na exeis reference i toulaxiston tin oID, sketi oID diskola ara 9es reference pou simenei oti prepei na mpei tin stigmi pou dineis to item ston char

Link to comment
Share on other sites

  • 0

Ίσως να δουλεύει όπως το κάνεις, αλλά στα παρακάτω το αλλάζεις για να μπει το ιτεμ στον παίχτη που σου είπα πιο πάνω αρχικά?

Το ίδιο και σε όλα τα υπόλοιπα class.

 

<!-- Human Fighter -->
        <equipment classId="0">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="5588" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>

 

 

 

Για να τα πάρουμε από την αρχή κάνε τα παρακάτω και δεν βρίσκω λόγο να μην δουλέψει.

Άμα δε του το δώσεις στο Invetory, δε θα το έχει ούτε στη μπάρα φίλε. Γι'αυτό χθες σου έδωσα το equipment.xml

-            if (item.getId() == 5588)
-               {
-                    shortcut = new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1);
-                   newChar.registerShortCut(shortcut);
-                }
                
 

+            if (item.getItemId() == βάλε ID)
+               {
+               newChar.registerShortCut(new L2ShortCut(11, 0, 1, item.getObjectId(), -1, 1)); 
+                }

game/ data/ stats/ initialEquipment.xml

 

<!-- Human Fighter -->
        <equipment classId="0">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Human Mystic -->
        <equipment classId="10">
                <item id="6" count="1" equipped="true" /> <!-- Apprentice's Wand -->
                <item id="425" count="1" equipped="true" /> <!-- Apprentice's Tunic -->
                <item id="461" count="1" equipped="true" /> <!-- Apprentice's Stockings -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Elven Fighter -->
        <equipment classId="18">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Elven Mystic -->
        <equipment classId="25">
                <item id="6" count="1" equipped="true" /> <!-- Apprentice's Wand -->
                <item id="425" count="1" equipped="true" /> <!-- Apprentice's Tunic -->
                <item id="461" count="1" equipped="true" /> <!-- Apprentice's Stockings -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Dark Fighter -->
        <equipment classId="31">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Dark Mystic -->
        <equipment classId="38">
                <item id="6" count="1" equipped="true" /> <!-- Apprentice's Wand -->
                <item id="425" count="1" equipped="true" /> <!-- Apprentice's Tunic -->
                <item id="461" count="1" equipped="true" /> <!-- Apprentice's Stockings -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Orc Fighter -->
        <equipment classId="44">
                <item id="2369" count="1" /> <!-- Squire's Sword -->
                <item id="2368" count="1" equipped="true" /> <!-- Training Gloves -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Orc Mystic -->
        <!-- NOTE: This is orc_mage (orc_shaman is retail typo) -->
        <equipment classId="49">
                <item id="2368" count="1" equipped="true" /> <!-- Training Gloves -->
                <item id="425" count="1" equipped="true" /> <!-- Apprentice's Tunic -->
                <item id="461" count="1" equipped="true" /> <!-- Apprentice's Stockings -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Dwarf Fighter -->
        <equipment classId="53">
                <item id="2370" count="1" equipped="true" /> <!-- Guild Member's Club -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Male Kamael Soldier -->
        <equipment classId="123">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>
        <!-- Female Kamael Soldier -->
        <equipment classId="124">
                <item id="2369" count="1" equipped="true" /> <!-- Squire's Sword -->
                <item id="10" count="1" /> <!-- Dagger -->
                <item id="1146" count="1" equipped="true" /> <!-- Squire's Shirt -->
                <item id="1147" count="1" equipped="true" /> <!-- Squire's Pants -->
                <item id="βάλε ID" count="1" /> <!-- Tutorial Guide -->
                <item id="10650" count="5" /> <!-- Adventurer's Scroll of Escape -->
                <item id="32226" count="10" />
        </equipment>

Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

-if (item.getId() == 5588) Υπάρχει ήδη πιο πάνω γι'αυτό και το έστειλα έτσι. Όμως το πρόβλημα είναι ότι του βγάζει κενό στη μπάρα σαν να μην όρισε ιτεμ.

-               {

-                    shortcut = new L2ShortCut(11, 0, 1, item.getObjectId(), 0, 1);

-                   newChar.registerShortCut(shortcut);

-                }

               

 

+            if (item.getItemId() == 5588)

+               {

+               newChar.registerShortCut(new L2ShortCut(11, 0, 1, item.getObjectId(), -1, 1));

+                }

 

Για άλλαξε τώρα απλά το 5588. Δε μπορώ να καταλάβω κάτι άλλο.. Δεν έχω αλλάξει ξανά το bar, όμως όπως το διαβάζω θα πρέπει να δουλέψει. Μόνο αντικατάσταση κάνεις. Δεν χρειάζεται να περάσεις κάτι άλλο κάπου αλλού, εκτός και αν το ιτεμ που θες είναι Custom Item, εκεί υπάρχει αλλού άλλα να αλλάξεις μετά από αυτά.

Αλλά αν στο invetory το βλέπεις κανονικά, τι να σου πω...

Etsi doulepse :) Se euxaristo para polli 

Link to comment
Share on other sites

  • 0

Etsi doulepse :) Se euxaristo para polli 

Τίποτα φίλε. Τελικά όντως δεν χρειάστεικε αλλαγή στο initialEquipment.xml? Γιατί μου φαίνεται παράξενο να ήρθε ένα ίτεμ χωρίς να το δώσουμε στο invetory..

(ή το άλλαξες στα τυχόν config που έχεις για starting items)?

Link to comment
Share on other sites

  • 0

Τίποτα φίλε. Τελικά όντως δεν χρειάστεικε αλλαγή στο initialEquipment.xml? Γιατί μου φαίνεται παράξενο να ήρθε ένα ίτεμ χωρίς να το δώσουμε στο invetory..

(ή το άλλαξες στα τυχόν config που έχεις για starting items)?

Na sou po tin alitheia eksarxis den ixa dokimasei na dwso to item meso tou invidual giati to evala se allo code pou dino item sto startup kai etsi den xriastike na pirakso to invidual

ston kwdika itane to provlima alla me to last post ftiaxtikan ola :D

Link to comment
Share on other sites

  • 0

Na sou po tin alitheia eksarxis den ixa dokimasei na dwso to item meso tou invidual giati to evala se allo code pou dino item sto startup kai etsi den xriastike na pirakso to invidual

ston kwdika itane to provlima alla me to last post ftiaxtikan ola :D

Πολύ κομπλέ τότε αδερφέ.

Καλή συνέχεια ρει...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • My fascination with Chernobyl's impact led me to discover a comprehensive article here https://chernobylstory.com/blog/51-fact-about-chernobyl/ packed with facts about the disaster's aftermath and recovery efforts. This article provided me with a broader perspective on the socio-economic and ecological implications of the event, making my visit more insightful and enriched my understanding of the complex legacy of Chernobyl.
    • imbadon.com If u deleted me from the content, it is your problem. This 200 euro is not money at all. But you... just scammer. People should know about you. I can share the whole conversation if you want, but it will not change that you are a scammer. 
    • For upcoming changes, You should consider making those 3 tabs (or whatever more You will have with new games) more visible and standing out, because right it looks like all topics hidden under those 3 tabs.
    • While not particularly active over the years, I've been around for as long as I could remember, so here are my 2 cents too. On top of what has already been said, I'd like to touch on a few thing that might be improved upon. While it is easy to notice and say "there's lack of engagement" or "community has outgrown the ganre", I've seen numerous forums get forgotten and die while others continue to thrive to this day. The main issue, in my humble opinion, is that the sector has been commercialised to an unsustainable extent. When nobody is willing to share anything, even if it is just a rework of an open-sourced or already-shared resource, the sense of "community" gets deminished. Now back on the pressing matter. From what I've seen, the lack of engagement could be circumvented with a redesign and functionality expansion that would/could/should include: - a built-in chat functionality. - incentives for engagement/interaction, ideas of which I'll list as separate pointers, as not to limit your creativity. But just as an example, from a more user/human perspective, having an easily identifiable way to get into "the club of the cool kids on the block", figuratively speaking, is an incentive on its own. - separation of the reputation into reactions and reputation. One to be used to posts, such as up-vote and what not, while the other to be awarded as means of appreciation. - automated ranks with actual benefits/perks, not like the current ones providing nothing. - the ability to hide text for user/group of users, not just premium/no premium. - increased visibility of the HOT topics and the RECENTLY ACTIVE threads/posts. Can be also expanded to most liked posts, etc. ps.: I'll update my post when I have some free time on my hands.
  • Topics

×
×
  • Create New...