-
Posts
184 -
Joined
-
Last visited
-
Days Won
1
Community Answers
-
HD Scripts's post in I need help with the NPC MVP Ladder! was marked as the answer
chabge bc_all for bc_map
-
HD Scripts's post in Simple Warper was marked as the answer
prontera,150,156,5 script Simple Warper#HD 99,{ mes "Hello."; mes "I am Lukkas, I have created some rooms where it is possible to test their damages."; mes "I can teleport you there if you wish."; mes "With which monster you want to test your damage?."; switch(select("- Pharao:- Garm:- Orc Hero:- Exit")) { case 1: warp "pharao_test",50,50; // Change this warp coordinates end; case 2: warp "garm_test",50,50; // Change this warp coordinates end; case 3: warp "orchero_test",50,50; // Change this warp coordinates end; case 4: close; } }
-
HD Scripts's post in convert to cashpoint was marked as the answer
.amount = 10; // Reward CASHPOINTS amount and change
announce "Find the Mushroom : Every Mushroom you kill will give you " + getitemname(.prize) + "!",0; to
announce "Find the Mushroom : Every Mushroom you kill will give you " +.amount+ " Cashpoints!",0; and change
getitem .prize, .amount; to
#CASHPOINTS+ = .amount;