Jump to content

[Share]Visual NPC to PC transform [Freya/High Five]


pipiou21

Recommended Posts

I ADD CORE,DP,SQL AND WHEN IM IN GAME IT SAYS: TARGET CANNOT BE FOUND KNOW WHY? :S

 

make sure the ID you put in FakePc table must be a real Npc ID from customNpc/Npc tables..

Link to comment
Share on other sites

  • 3 months later...

hi, one question I have error on this line

 

L2JServer High Five (latest)

 

java/com/l2jserver/gameserver/network/serverpackets/AbstractNpcInfo.java

 

                              // TODO: add handling of -beep-t collision

                              L2PcTemplate pctmpl = CharTemplateTable.getInstance().getTemplate(fpc.clazz);

                              writeF(fpc.sex == 0 ? pctmpl.fCollisionRadius() : pctmpl.fCollisionRadius_female);

                              writeF(fpc.sex == 0 ? pctmpl.fCollisionHeight() : pctmpl.fCollisionHeight_female);

+

+

+

 

writeC(_npc.isHideName() ? 0x00 : 0x01);

writeC(_npc.isHideName() ? 0x00 : 0x01);

Link to comment
Share on other sites

  • 3 weeks later...

Can you help with a code? I'm trying to adapt .. and nobody can help them

He saw the effect fakenpc? to change the look .. visual only npc ..

I wonder if you can help to achieve a similar effect on events .. TvT math or death .. they all look the same

 

Link to comment
Share on other sites

  • 2 weeks later...

it works for H5 ? cuz i succsesfully apply it before compile .. ehm some i put manualy but it compiled without errors.. now when i make npc in custom_npc table with for example ID 65535 i must make same npc ID in fake_npc table ye? If yes , already done it.. but i dont know what i must put in ID Template (custom_npc table) anyway i tried 2 ways one with some other npc id template (example Andromeda) and i see npc andromeda without name and tittle.. if i put the ID of the npc (65535) its completely invisible humm.. Why it happens ? Sorry for my bad english ;d

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...
  • 2 weeks later...

Hi all !

 

I want to edit this feature to my private server , but I'm new for developing ! Can someone tell me step by step what should I do with these (core side , datapack side ) files ?

 

Sorry for bad english I'm hungarian .

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...