Jump to content

Eerks2002

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Eerks2002

  1. can i have the guide please? it seems i stuck at black bear skin 100..and the npc did nothing..
  2. Hello guys, im new here,and this my first post. Im sorry for any inconvenience. Sorry for my bad english. This is my gacha zeny npc multiple rolls option. everything else is fine,but the problem is whenever i choose next roll,but my zeny is not enough. the box doesnt close. it will stuck,and my SSH console shows error. but I can not solve it due to my lack of knowledge in C++ can someone help me? set .@nextChoice, select("Roll Again :Exit"); if (.@nextChoice == 2) break; set .@rolls, (.@choice == 1 ? 1 : (.@choice == 2 ? 5 : 10)); if (.@choice == 3) set .@rolls, .@rolls + 1; // Bonus roll for 10 rolls option set Zeny, Zeny - (250000 * (.@rolls - (.@choice == 3 ? 1 : 0))); // Deduct correct Zeny amount } mes "Thanks for playing! Come back anytime."; close; OnInit: delwaitingroom; waitingroom "Gacha Zeny $$", 0; end; }
×
×
  • Create New...