is possible an ingame voting system?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 141
- Joined: Tue Aug 26, 2008 10:07 am
is possible an ingame voting system?
I was thinking (again) of this idea.
As the subject say, is it possible to create an ingame voting system where the player will just click on an npc and it will show the vote button from hopzone?
I am just asking if it is possible. I am not asking anyone to make a script.
As the subject say, is it possible to create an ingame voting system where the player will just click on an npc and it will show the vote button from hopzone?
I am just asking if it is possible. I am not asking anyone to make a script.
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: is possible an ingame voting system?
yes it is possible
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
-
- Posts: 335
- Joined: Wed Nov 04, 2009 7:51 am
Re: is possible an ingame voting system?
need Client Modding
-
- Posts: 141
- Joined: Tue Aug 26, 2008 10:07 am
Re: is possible an ingame voting system?
why do you think that?Lupu1 wrote:need Client Modding
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: is possible an ingame voting system?
afaik l2 client is not able to show external web pages.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: is possible an ingame voting system?
to vote - no need to modify client.
need just java web interface. like bashorg feed...it mod
so man ask - it is possible to vote not show internet page. so it IS possible.
need just java web interface. like bashorg feed...it mod

so man ask - it is possible to vote not show internet page. so it IS possible.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: is possible an ingame voting system?
im not much for win32api but you could create dll which you attach to l2 and on each client start it open web browser to your server vote site.
- Pere
- Posts: 400
- Joined: Sat Jan 05, 2008 11:09 am
- Location: Catalunya, Berguedà
Re: is possible an ingame voting system?
I thought about it, but then noticed that the top list will receive all the votes from the server IPdenser wrote:need just java web interface. like bashorg feed...it mod

Bones tardes amics meus tots!
-
- Posts: 141
- Joined: Tue Aug 26, 2008 10:07 am
Re: is possible an ingame voting system?
I was thinking the same thing, but is there a way the command to go from server back to client and then vote? Not straight from server to website. Maybe an external tool writen in java which will just copy it in system folder.Pere wrote:I thought about it, but then noticed that the top list will receive all the votes from the server IPso no way without client modding
Edit: It's similar to what JIV mean, right?
JIV wrote:im not much for win32api but you could create dll which you attach to l2 and on each client start it open web browser to your server vote site.
- Pere
- Posts: 400
- Joined: Sat Jan 05, 2008 11:09 am
- Location: Catalunya, Berguedà
Re: is possible an ingame voting system?
right, pure c++ and/or assembler, not java
Bones tardes amics meus tots!
- pokiokio
- Posts: 259
- Joined: Wed Mar 04, 2009 8:08 pm
Re: is possible an ingame voting system?
I have noticed on the Freya PTS, on Alt+X there's a button which says 'Homepage' and it takes u to lineage2.com. Also on the Community Board they have added links to some Forum Sections. Hmm... 


Prolly the youngest L2j user

- Pere
- Posts: 400
- Joined: Sat Jan 05, 2008 11:09 am
- Location: Catalunya, Berguedà
Re: is possible an ingame voting system?
you can edit the URLs in system/systring.e.dat, patching the system folder. But you have only 3 URLs..:
(got with l2phx + some java like:)
Code: Select all
<boody> <center> <br> <br> <table border=0 cellspacing=0 cellpadding=0 width=755> <tr> <td WIDTH=755 align=center valign=top> <font name="hs12">&$2306;</font> </td> </tr> </table> <br> <br> <table border=0 cellspacing=0 cellpadding=2 bgcolor=A7A19A width=755> <tr> <td WIDTH=100 align=right>&$412;</td> <td WIDTH=480 align=center>&$413;</td> <td WIDTH=160 align=center>&$2258;</td> </tr> </table> <br> <table border=0 cellspacing=0 cellpadding=2 width=755> <tr> <td FIXWIDTH=100 align=right valign=top> <img src="l2ui.ActionWnd.bbs_Webfolder" width=32 height=32> </td> <td FIXWIDTH=480 align=left valign=top> <font color="AAAAAA">&$2259;</font><br1><font color="AAAAAA">&$2260;</font> </td> <td FIXWIDTH=160 align=center valign=top> <button value="&$2258;" action="url !2265" back="l2ui_ct1.button.button_df_small_down" fore="l2ui_ct1.button.button_df_small" width="74" height="25"/> </td> </tr> </table> <br> <table border=0 cellspacing=0 cellpadding=0> <tr> <td width=755><img src="l2ui.squaregray" width="750" height="1"></td> </tr> </table> <br> <table border=0 cellspacing=0 cellpadding=2 width=755> <tr> <td FIXWIDTH=100 align=right valign=top> <img src="l2ui.ActionWnd.bbs_Webfolder" width=32 height=32> </td> <td FIXWIDTH=480 align=left valign=top> <font color="AAAAAA">&$2261;</font><br1><font color="AAAAAA">&$2262;</font> </td> <td FIXWIDTH=160 align=center valign=top> <button value="&$2258;" action="url !2266" back="l2ui_ct1.button.button_df_small_down" fore="l2ui_ct1.button.button_df_small" width="74" height="25"/> </td> </tr> </table> <br> <table border=0 cellspacing=0 cellpadding=0> <tr> <td width=755><img src="l2ui.squaregray" width="750" height="1"></td> </tr> </table> <br> <table border=0 cellspacing=0 cellpadding=2 width=755> <tr> <td FIXWIDTH=100 align=right valign=top> <img src="l2ui.ActionWnd.bbs_Webfolder" width=32 height=32> </td> <td FIXWIDTH=480 align=left valign=top> <font color="AAAAAA">&$2263;</font><br1><font color="AAAAAA">&$2264;</font> </td> <td FIXWIDTH=160 align=center valign=top> <button value="&$2258;" action="url !2267" back="l2ui_ct1.button.button_df_small_down" fore="l2ui_ct1.button.button_df_small" width="74" height="25"/> </td> </tr> </table> <br> <table border=0 cellspacing=0 cellpadding=0> <tr> <td width=755><img src="l2ui.squaregray" width="750" height="1"></td> </tr> </table> </center> </body></html>
Code: Select all
StringTokenizer st = new StringTokenizer(hex, " ");while (st.hasMoreTokens()){ System.out.print((char)Integer.parseInt(st.nextToken(), 16));}
Bones tardes amics meus tots!
- pokiokio
- Posts: 259
- Joined: Wed Mar 04, 2009 8:08 pm
Re: is possible an ingame voting system?
Oh, so it's only client-side? That's lame. :/

Prolly the youngest L2j user

-
- Posts: 335
- Joined: Wed Nov 04, 2009 7:51 am
Re: is possible an ingame voting system?
Maybe we will have luck on freya.pokiokio wrote:Oh, so it's only client-side? That's lame. :/
- Pere
- Posts: 400
- Joined: Sat Jan 05, 2008 11:09 am
- Location: Catalunya, Berguedà