Jump to content

Recommended Posts

Posted

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.

  • 2 weeks later...
Posted

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?
Posted

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.

 

 

it will be crazy ;)

Posted

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.

 

  • 3 weeks later...
Posted

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

Posted

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 )
Posted

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

Posted

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:

  • 2 weeks later...
Posted

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:

Posted

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.

Guest
This topic is now closed to further replies.



×
×
  • Create New...