Jump to content

Devlin

Banned
  • Posts

    1,643
  • Credits

  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. It's all about HTM. Just add to the box type "numbers". So, the player won't be allowed to type + - = or whatever. <edit var="count" width=120 height=15 type=number>
  2. Go at your system, a file called etcitem-grp.dat In the end of each line you will see 0 0 0 or 2 0 0 , that 2 means it's stuckable. Find your items, and change the first number of the three from 0 to 2. And database aswell.
  3. Bro I am doing fine with selling basic l2j services. Go sell shared fixes and then come reply under my posts. Edit: LOL not even fixes, call them updates.
  4. That's true, they junk nice codes or fixes because of low amount of lines. WTF.
  5. Suicide bro. L2JFrozen's vote system is updated to latest hopzone updates and works fine. https://subversion.assembla.com/svn/L2jFrozenInterlude/branches/Beta/gameserver/head-src/com/l2jfrozen/gameserver/handler/AutoVoteRewardHandler.java
  6. Dude, I said my opinion for your ideas in another topic. The game is as it is, why to change it? Adding some mods is fine, makes the gameplay funnier than it is. But, chaning the whole game is just a fail move from my pov. If you don't like the game, go play something else.
  7. Why to do this, game is game. Why to change it? If you don't like it go play another game. WTF, with you people?
  8. A guy with 7 posts, registered yestarday and coming today selling l2j dev services is totally random.
  9. Looks good, any information about it?
  10. I added you at skype but no response.. I added one Setekh from Iasi, Romania. My skype is harris.devlin
  11. As far I remember, there are 2 npcs. One of them is the correct (bcs of IDs).
  12. I can do what my clients are asking me. So, there is no problem.
  13. Yeah I told, I CAN'T DO IT. But still, I am selling l2j services. Selling l2j services, means that you are a developer? For real dude, go find someone else to spend your time.
  14. You are pretending the developer. Why you are posting under my posts/topics all the time? DAMNIT.
  15. Poor codes, not even maps or arrays. And 10 euro for installation? What are you installing, Windows? DAMNIT. Also, 50 euro price? With 50 euro you are buying antibot for L2PHX and such.
  16. Lol. L2Object o = null; for (L2Object kn : p.getKnownList().getKnownObjects()) { if (kn instanceof L2BufferInstance) { o = kn; break; } } if (o == null) { return; } p.sendPacket(new ExShowScreenMessage("Meet Helen, she will support you with buffs.", 3000)); p.broadcastPacket(new SpecialCamera(o.getObjectId(), 145, 5, 6, 0, 4*1000, 0, 0, 1, 0)); plays.remove(p); plays.put(p, ThreadPoolManager.getInstance().scheduleGeneral(this, 4000)); state++; break;
×
×
  • Create New...