Jump to content
  • 0

How To Get Html Infors In Game?


Question

Posted

i wanna to know how to get NPC HTMLs directory infors in game?like l2off server,if i am GM account i can see any NPC's Html infors...and there is a client system patch for L2Reunion Project?

5 answers to this question

Recommended Posts

  • 0
Posted

102 multisell.

 

Q: How did I find it ??

A: Htm patch for olympiad manager, html/olympiad obviously, I found the proper htm (noble_14) which display "I want to buy.." and I checked it's bypass.

 

 

<a action="bypass -h npc_%objectId%_OlympiadNoble 7">

 

So, now it's time to search for the bypass => OlympiadNoble 7

 

Eclipse -> Search over project -> Result L2OlympiadManagerInstance

 

 

if (command.startsWith("OlympiadNoble"))

 

and now, we must find the number 7, which is case 7

 

 

case 7: // Rewards
    L2Multisell.getInstance().separateAndSend(102, player, false, getCastle().getTaxRate());
    break;

 

voila :P

  • 0
Posted

and there is a client system patch for L2Reunion Project?

I think no.

 

i wanna to know how to get NPC HTMLs directory infors in game?like l2off server,if i am GM account i can see any NPC's Html infors...

That 's really easy.

For example if you want gmshop you will go to merchant folder.

For custom gk to teleporter. Etc.

  • 0
Posted

Shift click on npc, you get the ID and it's enough to find the htm directory. So, Andre said, if it's L2Merchant -> htm/merchant folder, if its L2Npc -> html/default and so on ;)

  • 0
Posted

hey guys i have another question similar to this so i wont create new topic i was looking for l2olympiadmanagerinstance in core and i was searching htm where it says i want to buy something with my points so i found it but what i am really searching for is the multisell that its bypassing & i cant find it btw im using l2jacis

Guest
This topic is now closed to further replies.


×
×
  • Create New...