Page 1 of 1
Pawn viewer ?
Posted: Sat Jan 23, 2010 7:49 am
by Diego Vargas
Re: Pawn viewer ?
Posted: Sat Jan 23, 2010 7:57 am
by denser
"do we"?
i think it kinda C++ side of PTS...or may be special packet.
where do you get this?
Re: Pawn viewer ?
Posted: Sat Jan 23, 2010 8:06 am
by Gnacik
Its L2 Developer console.
Re: Pawn viewer ?
Posted: Sat Jan 23, 2010 8:09 am
by lion
it is easy, but we need to edit l2.ini
Re: Pawn viewer ?
Posted: Sat Jan 23, 2010 8:11 am
by Gnacik
But you know that talking about client-modding it's not allowed here.
Diego : search on postpacific, there is solution how to open dev-console.
Re: Pawn viewer ?
Posted: Sat Jan 23, 2010 8:15 am
by lion
Gnacik wrote:But you know that talking about client-modding it's not allowed here.
that is why i don't wrote how do it

Re: Pawn viewer ?
Posted: Sat Jan 23, 2010 9:16 am
by MELERIX
well, you don't need to modify l2.ini, you can create your own .ini file with other name
also you can make a bat file like this...
Code: Select all
@echo offstart l2.bin -INI=YOURINIFILENAME.INI -windowedexit
Re: Pawn viewer ?
Posted: Sat Jan 23, 2010 6:14 pm
by jurchiks
i'd be more interested in those items in the screenshot, we don't have them... :/
Re: Pawn viewer ?
Posted: Sun May 23, 2010 12:44 pm
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.
Re: Pawn viewer ?
Posted: Sun May 23, 2010 1:21 pm
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 -.-
Re: Pawn viewer ?
Posted: Sun May 23, 2010 4:16 pm
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.