Offline Standing Shops?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Offline Standing Shops?

Post by momo61 »

http://trac.l2jdp.com/changeset/8082

I'm wondering how to carry out the changes done in 8082 with eclipse...

The files "languages" doesnt exist, and I'm wondering how to add it properly with eclipse.

trunk/L2J_DataPack/build.xml (view diffs)
trunk/L2J_DataPack/languages
trunk/L2J_DataPack/languages/configurator (moved from trunk/L2J_DataPack/data/lang/configurator) (view diffs)
trunk/L2J_DataPack/languages/gsregister (moved from trunk/L2J_DataPack/data/lang/gsregister) (view diffs)


EDIT: I am wondering how to prevent offline-shops from logging out standing up. Then your char still is ingame in offline-mode standing up. Any clue?
Last edited by momo61 on Sun Jun 26, 2011 10:03 pm, edited 2 times in total.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: DP 8082 Languages file?

Post by jurchiks »

download diff?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: DP 8082 Languages file?

Post by momo61 »

oh! lol! thanks :oops: :oops: :oops: :oops:
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: DP 8082 Languages file?

Post by momo61 »

uhm, the unified diff file wont let me properly update the stable svn workspace
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: DP 8082 Languages file?

Post by jurchiks »

what do you mean - won't let you update? more info required.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: DP 8082 Languages file?

Post by momo61 »

It adds a trunk/L2J_DataPack/languages folder with a "?" in my L2_DataPack.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: DP 8082 Languages file?

Post by jurchiks »

that's normal, you don't have svn cache for that folder, it thinks it's not added to revision control yet. And if you have a private SVN then that's completely normal and to be expected.
However, if you're connected to l2j's svn, then why don't you synchronize?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: DP 8082 Languages file?

Post by momo61 »

I'll try synchronizing
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: DP 8082 Languages file?

Post by momo61 »

jurchiks wrote:However, if you're connected to l2j's svn, then why don't you synchronize?
jurchiks, thanks a lot :p I rarely used that function ^^
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: DP 8082 Languages file?

Post by jurchiks »

That's a shame, it's one of the best functions Eclipse has regarding revision control systems.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: DP 8082 Languages file?

Post by momo61 »

I used to just delete all of my L2J_DataPack, and then reinstall all my changes :s

lol Another question if somebody knows: How can we prevent a player from standing up as an offline-shops when he logs out?
User avatar
Flashy
Posts: 310
Joined: Mon Sep 29, 2008 11:49 am
Location: Germany

Re: Offline Standing Shops?

Post by Flashy »

hmm? how u can standup in offline mode?
.. but if yes u can insert a check in l2pcinstance, then player is in craft / shop mode then sitforce = true and add check to standup if sitforce then return false..
(sorry dont have eclipse and sources here.. :D for a diff)
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Offline Standing Shops?

Post by momo61 »

This topic here was intended for something else, so it didnt get much attention.

I made the real topic here: viewtopic.php?f=77&t=22582
Locked