Jump to content

Bobi

Members
  • Posts

    793
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Bobi

  1. Still doing same thinks and nearly done but i have one problem that have no idea how to fix i got error when i click on the button to open buffs view after i change only text to be buttons Error msg "Html was too long." if anyone can help will make me so happy :) thx in advance Original for(int buffAdd : ProphetSEEEscheme1){ String skName = SkillTable.getInstance().getInfo(buffAdd,1).getName(); int skLevel = SkillTable.getInstance().getMaxLevel(buffAdd); int buffAddd = buffAdd + 10000; txtAd.append("<table width=200><tr>"); if(isAlreadyAdded(player, pwhoedit.get(player.getName()), buffAdd)){ txtAd.append("<td><button value=\"\" action=\"bypass -h Quest Buffer add "+pwhoedit.get(player.getName())+" "+buffAdd+"\" width=16 height=16 back=\"L2UI.CheckBox\" fore=\"L2UI.CheckBox_checked\"></td><td><a action=\"bypass -h Quest Buffer "+buffAdd+"\"><font color=00FF00>"+ skName + "</font></a></td><td><font color=C0C0C0>" + skLevel + "</font></td><td><a action=\"bypass -h Quest Buffer "+buffAddd+"\"><font color=FFFF00>Info</font></a></td></tr>"); }else{ txtAd.append("<td><button value=\"\" action=\"bypass -h Quest Buffer add "+pwhoedit.get(player.getName())+" "+buffAdd+"\" width=16 height=16 back=\"L2UI.CheckBox_checked\" fore=\"L2UI.CheckBox\"></td><td><a action=\"bypass -h Quest Buffer "+buffAdd+"\"><font color=FF0000>"+ skName + "</font></a></td><td><font color=C0C0C0>" + skLevel + "</font></td><td><a action=\"bypass -h Quest Buffer "+buffAddd+"\"><font color=00FFFF>Info</font></a></td></tr>"); } txtAd.append(""); } txtAd.append("</table>"); txtAd.append("<table><tr><td><button value=\"1\" action=\"bypass -h Quest Buffer 44\" width=90 height=21 back=\"sek.cubi304\" fore=\"sek.cubi304\"</td><td><button value=\"2\" action=\"bypass -h Quest Buffer 45\" width=90 height=21 back=\"sek.cubi304\" fore=\"sek.cubi304\"</td><td><button value=\"Back\" action=\"bypass -h Quest Buffer 100\" width=90 height=21 back=\"sek.cubi304\" fore=\"sek.cubi304\"</td></tr></table>"); txtAd.append("</body></html>"); NpcHtmlMessage msg = new NpcHtmlMessage(NPC_BUFF_ID); msg.setHtml(txtAd.toString()); player.sendPacket(msg); setCurChat(player.getName(), 44); }else if(BufferHtmlType == "Modern"){ setCurChat(player.getName(), 41); StringBuilder txtAd = new StringBuilder(); After my changes for(int buffAdd : ProphetSEEEscheme1){ String skName = SkillTable.getInstance().getInfo(buffAdd,1).getName(); int skLevel = SkillTable.getInstance().getMaxLevel(buffAdd); int buffAddd = buffAdd + 10000; txtAd.append("<table width=200><tr>"); if(isAlreadyAdded(player, pwhoedit.get(player.getName()), buffAdd)){ txtAd.append("<td><button value=\"\" action=\"bypass -h Quest Buffer add "+pwhoedit.get(player.getName())+" "+buffAdd+"\" width=16 height=16 back=\"L2UI.CheckBox\" fore=\"L2UI.CheckBox_checked\"></td><td><button action=\"bypass -h Quest Buffer " + buffAdd + "\" value=\"" + skName + "\" width=135 height=21 back=\"L2UI_CH3.bigbutton3_over\" fore=\"L2UI_CH3.bigbutton3_over\"></a></td><td><button value=" + skLevel + " action=\"\" width=15 height=15 back=\"L2UI_CH3.iconselect1\" fore=\"L2UI_CH3.iconselect1\"></td><td><a action=\"bypass -h Quest Buffer "+buffAddd+"\"><font color=FFFF00>Info</font></a></td></tr>"); }else{ txtAd.append("<td><button value=\"\" action=\"bypass -h Quest Buffer add "+pwhoedit.get(player.getName())+" "+buffAdd+"\" width=16 height=16 back=\"L2UI.CheckBox_checked\" fore=\"L2UI.CheckBox\"></td><td><button action=\"bypass -h Quest Buffer " + buffAdd + "\" value=\"" + skName + "\" width=135 height=21 back=\"L2UI_CH3.bigbutton3_over\" fore=\"L2UI_CH3.bigbutton3\"></a></td><td><button value=" + skLevel + " action=\"\" width=15 height=15 back=\"L2UI_CH3.framebackmid\" fore=\"L2UI_CH3.framebackmid\"></td><td><font color=00FFFF>Info</font></a></td></tr>"); } txtAd.append(""); } txtAd.append("</table>"); txtAd.append("<table><tr><td><button value=\"1\" action=\"bypass -h Quest Buffer 44\" width=90 height=21 back=\"sek.cubi304\" fore=\"sek.cubi304\"</td><td><button value=\"2\" action=\"bypass -h Quest Buffer 45\" width=90 height=21 back=\"sek.cubi304\" fore=\"sek.cubi304\"</td><td><button value=\"Back\" action=\"bypass -h Quest Buffer 100\" width=90 height=21 back=\"sek.cubi304\" fore=\"sek.cubi304\"</td></tr></table>"); txtAd.append("</body></html>"); NpcHtmlMessage msg = new NpcHtmlMessage(NPC_BUFF_ID); msg.setHtml(txtAd.toString()); player.sendPacket(msg); setCurChat(player.getName(), 44); }else if(BufferHtmlType == "Modern"){ setCurChat(player.getName(), 41); StringBuilder txtAd = new StringBuilder();
  2. ah you good girl tnx Like this work perfect for me <button action=\"bypass -h Quest Buffer " + buffAdd + "\" value=\"" + returnSkName(buffAdd) + "\" width=120 height=21 back=\"sek.cubi304\" fore=\"sek.cubi304\"> P.S DONT lock the topic pls its look i will need little bit more help with another option in same problem let me see firs if i can fix myself i will update my status if i dont need anyhelp
  3. ok that is the right syntax i think :) <button value=" + returnSkName(buffAdd) + " action=\"bypass -h Quest Buffer "+buffAdd+"\"> but then is not return me skill name its return me the category name like if the skills are in dance selection is return msg "dance" like this (rework dance selection ) original ( song selection )
  4. nope syntax error
  5. Hello i have small problem :) im trying to rework something to show the msg in the button but no luck till now :( any can help? Original text <a action=\"bypass -h Quest Buffer "+buffAdd+"\"><font color=FF0000>"+ returnSkName(buffAdd) + "</font> My button try <button value=\"+returnSkName(buffAdd)+"\" action=\"bypass -h Quest Buffer "+buffAdd+"\"> i try few different ways and cant make it work to show the skill name in the button
  6. hello guys im trying to do some table with different color but dont work for some reason atm i have this one but for the second line color did change any ideas whats wrong ? <table align="center" width="300" height="20" border="1" cellpadding="0" cellspacing="0"> <tr> <td>Test</td> <td>Test</td> </tr> <tr> <td bgcolor="00FF26">test</td> <td bgcolor="00FF26">test</td> </tr> </table>
  7. that will be nice because still same problem
  8. i check everything but still nothing ... canyouseeme.org Error: I could not see your service on 80.111.152.152 on port (2106) Reason: Connection timed out
  9. Hello i have small problem i trying to open my local server to public so friend can log in but when i open to public they cant connect even i cant connect look like login/game server are down but they are not if i change settings to local is working for me fine so where can be the problem ?
  10. Look very similar to the shared one i mean same desing with different texture
  11. google.com -> how to check my hdd specs... yes ddos will stop some time for sure can be in 1h /1d /1w probably you are using windows so its ok i had 400+ on linux with much lower configs about lag on 50ppl its about when they are on one slot like siege/event.... idk it is coming from server pack or software config or hdd but i saw it few times in some servers
  12. still ppl doing home host servers ? when is cheap dedicated servers for $13 How much $ electricity will use your home pc to be 24/7 online for month ? anyway ... about the config is more depend of server pack you like to use if is some crap even on 50 online can lag :) about dangers/safe to read/write your HHD 24/7 is no sound good for me HDD live will go faster ofc wont be big effect on 50 online users and idk what HDD you have simple ddos attack will kill your internet connection you wont be able even to open your porno sites :) FB,Mail....
  13. no idie but if you look VK likes ( i hope they are real ) they are more than hopzone FB likes
  14. really is no more good L2 ranking sites atm L2Hopzone - support around 0% - top visitors L2Topzone - support 99% - medium visitors L2Brazil - support (never needed) - low visitors GS200 - Suport 0 - Death but still visitors coming from there lol L2Network - free ads service for everyone :) lol visitors low TopServer200 - support (never needed) - medium visitors Xtremetop - was top ranking site now is dead Top100arena - none info - none info So lets talk about L2Hopzone Years ago you must wait 2 days max for approve now you can wait even 10 day to get approve about approve i dont think is matter what server you have crap or good ... everyone have his chance to grow up Years ago servers on 1st page top50 server had 100+ players now you can see there servers with 20ppl on Its look like many ppl not play L2 anymore and they move to LOL , AION and other similar games I haven`t play L2 around 2-3 years before i start again but now i can see same server are reopen wiped every 2 month
  15. I hope that is right L2TeleportLocation list = TeleportLocationTable.getInstance().getTemplate(val); - if (list != null) + if (list != null); - { - // you cannot teleport to village that is in siege - if (SiegeManager.getSiege(list.getLocX(), list.getLocY(), list.getLocZ()) != null) - { - player.sendPacket(SystemMessageId.NO_PORT_THAT_IS_IN_SIGE); - return; - } - else if (MapRegionTable.townHasCastleInSiege(list.getLocX(), list.getLocY()) && isInsideZone(ZoneId.TOWN)) - { - player.sendPacket(SystemMessageId.NO_PORT_THAT_IS_IN_SIGE); - return; - }
  16. I cant see any shared code or guild here How can i disable checks if X Town is in siege to Teleport I mean to be able teleport all time even when is siege
  17. Its look OK for me yes missing some old stuff but I can see and some new stuff
  18. can i have the password pls ? i send pm to Vagrancy™ but still nothing Thanks
  19. Very well server I'm in for sure look much better than the start
  20. very well thx dude
  21. lol maybe my software sux or idk because i cant still view texture img i try L2ViewUTX,UTPT,umodel and getting errors like : Streem Read Error can u share me and soft... to see im doing something wrong or my software suck
  22. very well but still cant open this file with my software ... :( and that is look original file
  23. will be good if someone can share them :) this link is deleted as Stacy_Doll sad
×
×
  • Create New...