Jump to content

Benny

Members
  • Posts

    15
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

About Benny

Profile Information

  • Gender
    Male
  • Interests
    ##############

Benny's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Hey, i want to use 3 cubics, but it's not working.... I put buffs (cubics) in Buff l2w section but its not working Script with that like "USESKILL(Summon Life Cubic[id=67],SELF)" isnt working How to use cubics with l2w ig ?
  2. Hey all, i have a problem with my l2walker's simillar application (for Lineage 2 HB). I have written a program in c++ (sniffer) to get packets recived and sent by l2 client/server. But packets i get/sent are crypted. Do you know what kind of security (algorithm) is used to crypt these packets ? Thanks for help.
  3. Hello, In the screenshot you can see a WH window. I'd like to resize it from 3 to 8 and from 6 to 9 - columns and cells. What values are responsible for that and in what file can I find it ? Is it possible anyway ? :P Server chronicle = HB
  4. Thanks for warning! But your post is usless here and doesn't anwser my question, so QQ. As far as I can see you are smartless and all you can do here is giving warnings. Get some knowledge boy and stop being forum donkey.
  5. Ok, i did some research and i wanna present you what I found out. First of all I used L2 FileEdit to edit "npcname-e.dat" file. IDs of NPCs/Monsters that were used by patched file I were using lately and new downloaded by patcher are still the same! I wanted to mark each Treasure Chest with unique numer so I added for each line responsible for Chest a unique numer from 1 to 53 (there are 53 differents IDs of Treasure Chests). I though that server Admin has changed IDs of chest which are regular one chests and boxes, but I was wrong. I am sure each Treasure Chest had his own unique numer ! Spot was full of chests with the same numer like "43" when i used key on it then it started attacking me. Ok, I though it's treasure chest. But when i used key on a treasure chest next to it with the same numer - "43" then it opened and i got some adena. I don't know what to think about it. It seems to be like a dynamic function on a server side deciding is chest with ID xxxx not box or chest. What do you think about it ? I have also checked it on other spawns and i got same result. Example: 18257 a, Treasure Chest\0 a,Lvl:85 $43\0 33 FF 33 -1 After "$" you can see unique numer of that chest. Any ideads how to bypass it ? I am a bit confused at the moment...
  6. i got some serious l2 errors after using it :P
  7. as far as i know it it's blocked there by loader you run game by mby it was changed dunno how is it now
  8. I was tetsting some kind of that stuff, dunno if exacly this one but, i got chat ban and couldnt send too many messages ;-/
  9. I was using this version of script, it uses also mana pots and mana elixir, for dragon-network. // // ENHANCED MANA SCRIPT (WORKS AT DRAGON-NETWORK SERVERS) // Label(INICIO) CharStatus(MP,<,60) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA <<<// { Label(MANA) USEITEM(itemname[iD=8633]) USEITEM(Enhanced Mana Potion[iD=9264]) DELAY(19000) //>>> E-MANA POT DELAY (20000 = 20 SECONDS) <<<// CharStatus(MP,<,70) //>>> IF CHAR MP LOW THAN 90% USE E-MANA AGAIN <<<// { Call(MANA) } } DELAY(5000) Call(INICIO)
  10. I tested it already from other source, i was amused :)
  11. Ofcourse i did it! After i did update by patcher i got a list of files which got updated and only 1 file was updated - npcname-e.dat, so no changes on my, client side. After that I did overwrite for patched npcname-e.dat. It was some kind of server side maintance only that fixed it. Here you have screenshot which present way of showing chest's before update: Now ALL of chests are same as a box on the right (this one with $). Autor of this file edit version says in .info file: But there is no more "a regular chest". Could you possibly to tell me what is the way to repair that file ? I don't wanna make you work hard to do this file, give me some advices and i will try to do it by my own. Thanks in advance.
  12. Hey. On the server where i am playing atm. Treasure Chest "bug" is fixed atm. I have downloaded file i was using from http://fyyre.ivory-tower.de/ ( npcname-e-hb.rar - - (HellBound Only!!) shows monster & npc level/agro - treasure chest/box as well ) It was working long of time, but a few days ago it has stopped after maintance. Each Treasure Chest is the same like other one. Now there is no difference even with this patch between box and chest. How to repair that file to make it unique for server i am playing on ? Do I have to change any kind of npc/item ID ? What tool's use for that ? Server chronicle i am playing on is Hellbound. Thanks in advance!
×
×
  • Create New...