Jump to content

lsj14

Members
  • Posts

    56
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About lsj14

Profile Information

  • Current Mood
    Angry
  • Gender
    Male
  • Country
    Afghanistan

lsj14's Achievements

Newbie

Newbie (1/16)

0

Reputation

1

Community Answers

  1. Just 2 words: Nothing special. Ugly htmls, same features like other servers have, etc...
  2. Somehow if(item.getLocationSlot() == Inventory.PAPERDOLL_NECK) doesn't seem to work for me even thou item is necklace, neither using if(item.getLocationSlot() == Item.SLOT_NECK) ​Edit: Just noticed that getLocationSlot doesn't fit my needs :D if(item.getItem().getBodyPart() == Item.SLOT_NECK) worked fine.
  3. Maybe you just put the check in wrong place. Just put above the line where you send main html and it will work, but don't forget to put return; like Tessa said, or else it wont work :D
  4. Hey, could someone help me a little with this ? I'm using acis and I need to split armor category. Because there is only item.isArmor / item.isWeapon / Item.isEtcItem and I would need something like item.isAccesorie. I tried doing like this: if((item.isArmor() && item.getLocationSlot() == Inventory.PAPERDOLL_LFINGER || item.getLocationSlot() == Inventory.PAPERDOLL_RFINGER || item.getLocationSlot() == Inventory.PAPERDOLL_NECK || item.getLocationSlot() == Inventory.PAPERDOLL_LEAR || item.getLocationSlot() == Inventory.PAPERDOLL_REAR) { itemModel.setL2Type("Accesory"); } But this didn't work for me :S
  5. Not even worth to buy such easy shit code. http://www.maxcheaters.com/topic/167772-dressme-for-interlude/ for free..
  6. I don't understand whats the difference between your and mine code? And I putted ID because I created new line in systemmsg-e.dat with that ID. EDIT No more warning when I added : /** * ID: 2038<br> * Message: s1 */ public static final SystemMessageId TEXT_RED; TEXT_RED = new SystemMessageId(2038);
  7. Hello cheaters! I'm sending a message to client like this: final SystemMessage sm = SystemMessage.getSystemMessage(2038); sm.addString("Test!"); activeChar.sendPacket(sm); And I get a warning: Wrong parameter count '1' for SystemMessageId: SM[2038:null] What I'm doing wrong?
  8. Big thanks to Celestine, can be locked now.
  9. Hey guys, I wanted to ask maybe someone have a different font for interlude client ? because I seen in some servers they have different font on npc/player names and titles, escpecially on Russian servers.
  10. Kinda like that. I mean if its possible to use existing effect in client via source (server side) ?
  11. And whats the point of posting this shit? Few lines of code in source to check if its alive or not and some icons and tables with bg colors in html..
×
×
  • Create New...