Jump to content

Smart Community Board


Recommended Posts

Great share ..tested on h5 working 100%

 

Im glad that you guys undig my share.

 

Anyways i have an amazing GM-Shop thats super organized i never shared it but i could implement it on the cb for you guys.

Link to comment
Share on other sites

  • 2 weeks later...

Im glad that you guys undig my share.

 

Anyways i have an amazing GM-Shop thats super organized i never shared it but i could implement it on the cb for you guys.

you gonna share it?
Link to comment
Share on other sites

Hi!

 

I couldn't use the teleporter part. How should I edit the html file?

Right now it seems like this: <button value="GIRAN" action =bypass -h _bbsteleport;teleto;2" width=120 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">

But when i click on the GIRAN button nothing happen. No errors, there is nothing.

Ohh... Sorry! There isn't any teleport.

 

Link to comment
Share on other sites

  • 3 weeks later...

Can someone help me I implemented the code without any error in eclipse, oh come into the normal game without any error, I click Alt + B opens the comunity former al unchanged even though I already have it placed the html folder "game \ data \ html \ CommunityBoard "I went with the GM / / reload HTML is not nothing but nothing appears so the community does not change old, what am I doing wrong?? - MY SERVER H5

 

Print:

2wmj5af.jpg

 

PLIS HELP ME

Link to comment
Share on other sites

Can someone help me I implemented the code without any error in eclipse, oh come into the normal game without any error, I click Alt + B opens the comunity former al unchanged even though I already have it placed the html folder "game \ data \ html \ CommunityBoard "I went with the GM / / reload HTML is not nothing but nothing appears so the community does not change old, what am I doing wrong?? - MY SERVER H5

 

Print:

2wmj5af.jpg

 

PLIS HELP ME

in configs change the type of community board to 2 ( you have it 1 )
Link to comment
Share on other sites

in configs change the type of community board to 2 ( you have it 1 )

 

[share] Custom Appearance manager [H5]

NeverMore porfavor help me here to this topic with your other little bug: http://maxcheaters.com/forum/index.php?topic=254033.0

 

-------------------------------

 

Thank mode working 100% H5 NeverMore thanks for the help in configs

Link to comment
Share on other sites

Guys i tried to do edit code for the frozen but give error compile :

 

red = error

 

switch (file)

{

case "toppvp":

sort = "pvpkills";

break;

case "toppk":

sort = "pkkills";

break;

case "topadena":

sort = "SUM(it.count)";

break;

case "toprbrank":

sort = "SUM(chr.points)";

break;

case "toponline":

sort = "onlinetime";

break;

default:

Link to comment
Share on other sites

  • 2 weeks later...

private void loadDB(String file)

{

Connection con = null;

 

switch (file)

{

case "toppvp":

sort = "pvpkills";

break;

case "toppk":

sort = "pkkills";

break;

case "topadena":

sort = "SUM(it.count)";

break;

case "toprbrank":

sort = "SUM(chr.points)";

break;

case "toponline":

sort = "onlinetime";

break;

default:

break;

}

help  :rage:

Link to comment
Share on other sites

You havent applied the code correct you must initialise this line String file = st.nextToken(); but for this to work previous code is needed if you just used part of the code it wont work.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...