Jump to content
  • 0

Help Npc


arisPlC

Question

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]

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

Man eine gia frozen gt xrisimopio frozen mono

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

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

 

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

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

Link to comment
Share on other sites

  • 0

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

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

 

Locked.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...