Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Just instead of putting code into mods.prop, insert it in other which you have, npcs, players etc. And if you have such code Change mods -> players, that's all.
  2. It seems to me that you don't. If so, while creating the item in-game, he should have a message 'The item doesn't exist'. But as he said, he has the item but has no name.. So, he have to put it in correct place in itemname-e.dat
  3. It happens when you put in wrong place the code in itemname-e.dat. The file is separated for 3 parts, armor, weapon and etc. So, simply you have to paste it in correct category.
  4. Well, if you made this npc from 0, maybe you have also to edit npcname-e.dat --> add new line with your npc info :) Try it.
  5. You can put any icon you want. I just gave you an example :)
  6. Find the icon (item) which you want to use, alt + g, type the name -> Item Search -> you got the ID -> open etcitemgrp.dat via L2FileEdit -> find ID of the item -> scroll right and there you have icon.etc_potion_clear_i00 :)
  7. http://maxcheaters.com/forum/index.php?topic=214371.msg1860212#msg1860212
  8. #Delete ALL mobs UNDER 40 lvl: #Code: DELETE spawnlist, npc FROM spawnlist, npc WHERE spawnlist.npc_templateid=npc.idTemplate AND npc.level<40 AND npc.TYPE='L2Monster'; ------ Here you can find more useful SQL scripts, CLICK - say thanks to Chr.Trance :D
  9. I think nowhere. Do a list of mats what you need and search IDs, simple :) Or check any NPC which have mats and you can take some IDs.
  10. Do it on your own, don't be lazy. It's not hard thing -.- You want someone to do for you shop for your server? Come one..
  11. Probably, so use this one which work for u.. What's the problem? :D
  12. Well, look at you npc table, and check if you have 31228 ID npc.. If chat say wrong NPC ID/Name, that means you miss npc, simple :P
  13. Sometimes it happen when you're trying to insert wrong code. (armorgrp may disappear from ur system folder) :D
  14. So, you screwed up with weapongrp. Maybe you have multiple the same ID and l2 cant read it, but surely it's weapongrp problem.
  15. I ask before and you didn't asnwer me. What's the message when you try to create item?
  16. So, did you insert weapongrp or not? Bcs I see there is a weapongrp text.
  17. From where you took these weapons? Check files which you downloaded, maybe you forgot about something.
  18. While creating item was in chat message like - you spawned item blabla in your inventory? If yes, probably missing weapongrp :P
  19. Well, maybe would you tell us what have you done (what have you add and so on)? What error ingame do you see.. Problems may be multiple We rly cant read in your mind :)
  20. There is no password. Surely you put wrong svn address.
×
×
  • Create New...