Jump to content
  • 0

Request Offline Shop


iAlreadyExist

Question

11 answers to this question

Recommended Posts

  • 1

 

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

Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0

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 

Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...