Jump to content

vladislav4k

Members
  • Posts

    37
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About vladislav4k

Profile Information

  • Gender
    Not Telling

vladislav4k's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Hello, i need quests for Interlude on java. Please help me!
  2. I use http://subversion.assembla.com/svn/silentium-interlude/ (no reclame)
  3. I don't understand what you written=) My script working, but after reload, color is custom. In mysql table haven't information about colors(how i see)
  4. Can you say, how to do normal, when I relogin, color dont be default? I really need this
  5. I understand, i find this in my source. But when i change name color (in adm panel), when I relogin, color is default. Code in script: if (command.startsWith("nameColor")) { final String val = command.substring(6); player.getAppearance().setNameColor(Integer.decode("0x" + val)); player.broadcastUserInfo(); } else if (command.startsWith("titleColor")) { final String val = command.substring(6); player.getAppearance().setTitleColor(Integer.decode("0x" + val)); player.broadcastUserInfo(); }
  6. I dont use Eclipse, all i can find, but how do the quest if done?
  7. Write please function for: 1)Change player name color 2)Change player title color 3)Do player a noblesse 4)Set quest done(set quests for sub-class and noblesse is done) Thanks
  8. Can you show my, how do script: When I click button in 50010.htm, show 50010-1.htm, and if i press button in 50010-1.htm, in my inventory add some item Thanks
  9. Because I don't understand how its work. My bypass working, but only if bypass in 50010.htm. I ask, why if bypass in 50010-1.htm (50010 and 50010-1 in one dir) he didn't work?
  10. Thanks, but i don't like this. I want do: public void onBypassFeedback(L2PcInstance player, String command) { if (player == null) { return; } if (command.equals("showInfo")) { NpcHtmlMessage html = new NpcHtmlMessage(getObjectId()); if (player.getInventory().getInventoryItemCount(10041, 0) >= 1) { html.setFile("data/html-en/toti/L2TattooMenager/50010-1.htm", player); } } } ......... All works, but only if bypass in 50010.htm, if bypass in 50010-1.htm not work. This is a problem
  11. I created a new instant, made with the main NPC dialogue, and a dialogue 1. If the call to start bipass XTM and all plows Event and goes ok. And if the blabla-1.htm nothing happens.
  12. But all gamers can write in chat: .upgrade (if they know this command) I don't want this. I want do instance java file, and do bypass to him P.S. If I wrong, sory
  13. But i need: when i click button "Update", in NPC dialog, my tattoo upgrade. Please help, maybe tutorial, how to do this
×
×
  • Create New...