Jump to content
  • 0

Question

Posted

re mens exo ena problima me to npc mou otan pao na paro ena weapon mou to dixni mavro na dite

[photo]http://imageshack.us/photo/my-images/148/shot00013co.jpg/[\photo]

eno ksero ego otan to perno ola ginete kanonika kai mou to dixni kanonika mesa sto sako pos to eksigite

[photo]http://imageshack.us/photo/my-images/821/67992978.jpg/[\photo]

6 answers to this question

Recommended Posts

  • 0
Posted

re mens exo ena problima me to npc mou otan pao na paro ena weapon mou to dixni mavro na dite

[photo]http://imageshack.us/photo/my-images/148/shot00013co.jpg/[\photo]

eno ksero ego otan to perno ola ginete kanonika kai mou to dixni kanonika mesa sto sako pos to eksigite

[photo]http://imageshack.us/photo/my-images/821/67992978.jpg/[\photo]

Multilsell είναι το πρόβλημα.

Χρειάζεσαι έναν Java Code για να μη δείχνει μαύρο σε μεγάλο ID στα Multisell.

ή σε άλλη περίπτωση αν δε μπορείς να βάλεις τον κώδικα, τότε πήγαινε Navicat βρες το Weapon κάντο τετραψήφιο π.χ 9700.

Επίσης το ίδιο και στο system, και multisell.

java/net/sf/l2j/gameserver/network/serverpackets/MultiSellList.java
@@ -91,8 +91,8 @@
                 for(MultiSellIngredient i : ent.getIngredients())
                 {
                 	int items = i.getItemId();
-                	int typeE = 65535;
-                	if (items != 65336)
+                	int typeE = 500000;
+                	if (items != 500000)
                 		typeE = ItemTable.getInstance().getTemplate(i.getItemId()).getType2();
                     writeH(items);      //ID
                     writeH(typeE);


java/net/sf/l2j/gameserver/network/clientpackets/MultiSellChoose.java
@@ -166,7 +166,7 @@
                 _ingredientsList = null;
                 return;
             }
-            if(e.getItemId() !=65336)
+            if(e.getItemId() !=500000)
             {
	            // if this is not a list that maintains enchantment, check the count of all items that have the given id.
	            // otherwise, check only the count of items with exactly the needed enchantment level
@@ -205,7 +205,7 @@

     	for(MultiSellIngredient e : entry.getIngredients())
     	{
-			if(e.getItemId()!=65336)
+			if(e.getItemId()!=500000)
			{
				L2ItemInstance itemToTake = inv.getItemByItemId(e.getItemId());		// initialize and initial guess for the item to take.
				if (itemToTake == null)

Credits: Stefoulis15

  • 0
Posted

Man eine gia frozen gt xrisimopio frozen mono

Και που είναι η διαφορά?

Άμα δεν κάνει Search κάποια γραμμή, τότε κάνε Search " 65336 " και όπου " 65336 " βάζεις 500000.

 

Επίσης, θα γίνει Lock το Topic, επειδή δε δίνουμε βοήθεια για Frozen.

[ΔΙΑΒΑΣΕ ΤΟ] Σημαντικό - Για L2J Projects/Forks.

  • 0
Posted

Επίσης, θα γίνει Lock το Topic, επειδή δε δίνουμε βοήθεια για Frozen.

[ΔΙΑΒΑΣΕ ΤΟ] Σημαντικό - Για L2J Projects/Forks.

 

Locked.

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock