L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for NpcName-e.dat
Author Message
zakariasz Offline
VIP Member
***

Posts: 91
Joined: Sep 2011
Reputation: 0
Version: 1.4.3.143
Post: #11
RE: Looking for NpcName-e.dat

There was file file ( npcname-e. dat ) made by someone when official had Hi5 chronicle,unfortunately its gone from internet and I cannot find it Sad I would like to use this type of hack as once logged in I will be able to see lv's mobs even those on DV or loa,I dont know any other hack for it just this one,I though that someone have it yet from time when official was on Hi5 yet...
08-31-2015 00:09 AM
Find all posts by this user Quote this message in a reply
Vinter Offline
Expired VIP Member
**

Posts: 299
Joined: Sep 2013
Reputation: 109
Version: 1.4.1.128
Post: #12
RE: Looking for NpcName-e.dat

They're all 80+ man, level doesn't matter at all..

http://base.l2j.ru
08-31-2015 05:07 AM
Find all posts by this user Quote this message in a reply
zakariasz Offline
VIP Member
***

Posts: 91
Joined: Sep 2011
Reputation: 0
Version: 1.4.3.143
Post: #13
RE: Looking for NpcName-e.dat

Very helpful website but it is not what I am looking for Smile
(This post was last modified: 08-31-2015 13:43 PM by zakariasz.)
08-31-2015 12:47 PM
Find all posts by this user Quote this message in a reply
Vinter Offline
Expired VIP Member
**

Posts: 299
Joined: Sep 2013
Reputation: 109
Version: 1.4.1.128
Post: #14
RE: Looking for NpcName-e.dat

I know, I just think using custom npcname-e just to know mob level is retarded, because mob level doesn't matter at all.. you kinda know mob level by zone if you EVER played l2 for real, and you can get the level from targetting the mob and seeing what color it is.

    LUA Programming
function OnNpcInfo(mob)
mob:SetNewNickName(tostring(mob:GetLevel()))
end



plugin
09-01-2015 08:15 AM
Find all posts by this user Quote this message in a reply
 Reputed by : TheQQmaster(+2)
zakariasz Offline
VIP Member
***

Posts: 91
Joined: Sep 2011
Reputation: 0
Version: 1.4.3.143
Post: #15
RE: Looking for NpcName-e.dat

Thanks Vinter for that plugin,if you could explain how can I use it that will be great as I am not pro and I have no idea how to made script/plugin buut know where to put and how to use Smile
09-01-2015 18:17 PM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #16
RE: Looking for NpcName-e.dat

(09-01-2015 18:17 PM)zakariasz Wrote:  Thanks Vinter for that plugin,if you could explain how can I use it that will be great as I am not pro and I have no idea how to made script/plugin buut know where to put and how to use Smile

Event called when we get some info about some npc/monster (he spawn)

PUSH [Image: knUu53] IF HELPED
09-01-2015 20:33 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Vinter Offline
Expired VIP Member
**

Posts: 299
Joined: Sep 2013
Reputation: 109
Version: 1.4.1.128
Post: #17
RE: Looking for NpcName-e.dat

(09-01-2015 18:17 PM)zakariasz Wrote:  Thanks Vinter for that plugin,if you could explain how can I use it that will be great as I am not pro and I have no idea how to made script/plugin buut know where to put and how to use Smile

create a .lua file, name it whatever you want and put that code inside. save the file inside /plugins folder inside l2tower
09-02-2015 03:29 AM
Find all posts by this user Quote this message in a reply
zakariasz Offline
VIP Member
***

Posts: 91
Joined: Sep 2011
Reputation: 0
Version: 1.4.3.143
Post: #18
RE: Looking for NpcName-e.dat

Do I need edit it somehow ? whole NPC's has "0" on them heades...
09-02-2015 21:05 PM
Find all posts by this user Quote this message in a reply
snapit Offline
Expired VIP Member
**

Posts: 79
Joined: Jul 2015
Reputation: 18
Version: 1.4.2.133
Post: #19
RE: Looking for NpcName-e.dat

    LUA Programming
function OnNpcInfo(mob)
if mob:IsMonster() then
mob:SetNewNickName(tostring(mob:GetLevel()))
end
end

09-02-2015 21:20 PM
Find all posts by this user Quote this message in a reply
zakariasz Offline
VIP Member
***

Posts: 91
Joined: Sep 2011
Reputation: 0
Version: 1.4.3.143
Post: #20
RE: Looking for NpcName-e.dat

Again question is Smile do I need edit something in that as I still see "0" :/
09-03-2015 00:25 AM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)