Jump to content

Question

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

"9" is Giran town, change it to change the zone

L2ZoneType zone = TownManager.getInstance().getTown(9);
and change the text where says "giran"...

 

to add reward change

-HiddenBastard.endAndReward();
+HiddenBastard.endAndReward(activeChar);
and change

-public static void endAndReward()
+public static void endAndReward(L2PcInstance activeChar)
	{
-		//reward with the way you want to
-		//bastard.blabla
+    activeChar.addItem("Reward", 57, 1000, activeChar, true)
	}
57-> item id

1000-> item count

Edited by ^Wyatt

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock