offtapki / l2jeuropa

Automatically exported from code.google.com/p/l2jeuropa
0 stars 0 forks source link

Create a Alliance #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please create some diff for : 

svn/dist/gameserver/data/scripts/services/villagemasters/Ally.java

36.                ((VillageMasterInstance) getNpc()).showChatWindow(pl, 
"villagemaster/ally" + htmltext);
to 36.                 ((VillageMasterInstance) getNpc()).showChatWindow(pl, 
"villagemaster/ally/" + htmltext);

54.                ((VillageMasterInstance) getNpc()).showChatWindow(pl, 
"villagemaster/ally" + htmltext);
to 54.                ((VillageMasterInstance) getNpc()).showChatWindow(pl, 
"villagemaster/ally/" + htmltext);

Script not found with "villagemaster/allyally-01.htm"...

sorry for my bad english... :D

Original issue reported on code.google.com by gothj...@gmail.com on 24 May 2013 at 11:19