Jump to content

Question

11 answers to this question

Recommended Posts

  • 1
Posted

 

dude im not stupid rly

 

this part in my pcinstance dont exist

 

http://prnt.sc/dx232l

        public void setPrivateStoreType(PrivateStoreType type)
        {
                _privateStoreType = type;
+              
+               if (Config.OFFLINE_DISCONNECT_FINISHED && (type == PrivateStoreType.NONE) && ((getClient() == null) || getClient().isDetached()))
+                       deleteMe();
        }
	/**
	 * Set the Store type of the L2PcInstance.
	 * @param type : 0 = none, 1 = sell, 2 = sellmanage, 3 = buy, 4 = buymanage, 5 = manufacture.
	 */
	public void setStoreType(StoreType type)
	{
		_storeType = type;
		if (Config.OFFLINE_DISCONNECT_FINISHED && (type == StoreType.NONE) && ((getClient() == null) || getClient().isDetached()))
			deleteMe();
	}

now you will understand all your errors

  • 0
Posted

Hey guys can someone share offline shop for acis rev 364 becouse Sweets version dont work on 364 :(

What you mean it don't work? Probably it give some errors.. right?

  • 0
Posted

i dont have errors dude its just parts of the patch are changed in rev 364 and dont have where to put them

then you missed some lines you forget it cause i have updated to 365 without errors just by apply to a clean source 

  • 0
Posted (edited)

dude im not stupid rly

 

this part in my pcinstance dont exist

 

http://prnt.sc/dx232l

        public void setPrivateStoreType(PrivateStoreType type)
        {
                _privateStoreType = type;
+              
+               if (Config.OFFLINE_DISCONNECT_FINISHED && (type == PrivateStoreType.NONE) && ((getClient() == null) || getClient().isDetached()))
+                       deleteMe();
        }
Edited by haskovo
Guest
This topic is now closed to further replies.


×
×
  • Create New...