Pawn viewer ?

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
Post Reply
Diego Vargas
Posts: 102
Joined: Wed Dec 10, 2008 9:29 pm

Pawn viewer ?

Post by Diego Vargas »

How do you spawn the "pawn viewer" dialog ?

http://img46.imageshack.us/img46/8035/pawnviewer.jpg ?
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Pawn viewer ?

Post by denser »

"do we"?
i think it kinda C++ side of PTS...or may be special packet.
where do you get this?
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Re: Pawn viewer ?

Post by Gnacik »

Diego Vargas wrote:How do you spawn the "pawn viewer" dialog ?
http://img46.imageshack.us/img46/8035/pawnviewer.jpg ?
Its L2 Developer console.
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: Pawn viewer ?

Post by lion »

it is easy, but we need to edit l2.ini
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Re: Pawn viewer ?

Post by Gnacik »

But you know that talking about client-modding it's not allowed here. :lol:
Diego : search on postpacific, there is solution how to open dev-console.
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: Pawn viewer ?

Post by lion »

Gnacik wrote:But you know that talking about client-modding it's not allowed here. :lol:
that is why i don't wrote how do it :P
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Pawn viewer ?

Post by MELERIX »

well, you don't need to modify l2.ini, you can create your own .ini file with other name :P

also you can make a bat file like this...

Code: Select all

@echo offstart l2.bin -INI=YOURINIFILENAME.INI -windowedexit
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Pawn viewer ?

Post by jurchiks »

i'd be more interested in those items in the screenshot, we don't have them... :/
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
RiZe
Posts: 122
Joined: Mon Mar 24, 2008 12:44 am
Location: Czech Republic
Contact:

Re: Pawn viewer ?

Post by RiZe »

MELERIX wrote:

Code: Select all

@echo offstart l2.bin -INI=YOURINIFILENAME.INI -windowedexit
Well, in Windows 7 this will popup the "Windows can't open this file. What do you want to do?" window.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Pawn viewer ?

Post by MELERIX »

RiZe wrote:Well, in Windows 7 this will popup the "Windows can't open this file. What do you want to do?" window.
Run the file in Admin Mode -.-
User avatar
RiZe
Posts: 122
Joined: Mon Mar 24, 2008 12:44 am
Location: Czech Republic
Contact:

Re: Pawn viewer ?

Post by RiZe »

Uhm, with cmd running elevated it works. I didn't know the elevation level is affecting start of applications with BIN file extension.
Post Reply