// TMW2 scripts. // Authors: // Saulc // Objective: Farm miner cave monster // License: GPL v3 // https://www.idleminertycoon.com/ reference of npc name // TulimQuest_Tycoon // 0: Not started // 1: Took ratto Quest 10 kills // 2: Completed ratto Quest - 50 EXP 50 GP // 3: Awaiting next quest // 4: Took Cave Maggot Quest 25 kills // 5: Completed Cave Maggot Quest - 200 EXP 150 GP // 6: Awaiting next quest // 7: Took Cave Snake Quest 50 kills // 8: Completed Cave Snake Quest - 1000 EXP 350 GP // 9: Awaiting next quest // 10: Took Red Scorpion Quest 100 kills // 11: Completed Red Scorpion Quest - Miner Hat // 12: Awaiting next quest // 13: Took Black Scorpion Quest 200 kills // 14: Completed Black Scorpion Quest - 12 000 EXP 5 000 GP // 15: Finished all trainment 004-,25,29,0 script Tycoon NPC_PLAYER,{ .@q=getq(TulimQuest_Tycoon); mesn; mesq lg(Hello my friend!"); next; mesn; mesq lg("Some of my miners friends died in this mine, cause it's plenty of dangerous monsters"); next; mesn; mesq l("Would you like to help us for a reward ?"); next; goto L_Menu; L_PreMenu: mesn; mesq l("I need your help dude!"); next; goto L_Menu; L_Menu: mesn strcharinfo(0); menu l("How can you help me?"), L_ExplicaSiProprio, rif(getq(TulimQuest_Tycoon) < 15, l("I want to be trained!")), L_Purge, l("How do I make money?"), L_ExplicaGrama, l("How I see my items?"), L_ExplicaBagagem, l("How trade with other players?"), L_ExplicaTrade, l("How hunt monsters?"), L_ExplicaBatalha, l("How talk with someone?"), L_ExplicaDialogo, l("I wanted other info."), L_OutrasInformacoes_gap, l("No, thanks, its not my job!"), L_Close; L_Purge: .@q=getq(TulimQuest_Tycoon); mes ""; if (BaseLevel < 15) goto L_NoLevel; .@k=getq2(TulimQuest_Tycoon); // Get number of kills (via getq2) mesn; if (.@q == 0) { mesq l("Ok, you look strong enough. Now, let me think on an easy task for you..."); next; mesq l("Ah! I know. Kill 10 @@. They usually are near the refectory.", getmonsterlink(Ratto)); setq TulimQuest_Tycoon, 1, 0; } else if (.@q == 1) { mesq l("You are killing @@. They usually are near the refectory.", getmonsterlink(Ratto)); } else if (.@q == 2) { mesq l("Good job! Here is your reward! (50 xp 50 gp)"); getexp 50, 0; set Zeny, Zeny + 50; setq TulimQuest_Tycoon, 3, 0; } else if (.@q == 3) { mesq l("Less rattos means more food. So, this time the monsters will be a little stronger."); next; mesq l("Ok now i want you to purge cave of Maggot, kill 25 @@. They keep respawning and annoy miners team.", getmonsterlink(CaveMaggot)); setq TulimQuest_Tycoon, 4, 0; } else if (.@q == 4) { mesq l("You are killing @@ at the cave. Good progress", getmonsterlink(CaveMaggot)); } else if (.@q == 5) { mesq l("Perfect! Here is your reward! (200 xp 150 gp)"); getexp 200, 0; set Zeny, Zeny + 150; setq TulimQuest_Tycoon, 6, 0; } else if (.@q == 6) { mesq l("As you see, That was fast. You can also sell monster parts to inn keeper for some extra money."); next; mesq l("So, please kill 50 @@, Try to collect some lamps in the same time, that could be useful later.", getmonsterlink(CaveSnake)); setq TulimQuest_Tycoon, 7, 0; } else if (.@q == 7) { mesq l("You are killing @@ at the cave.", getmonsterlink(CaveSnake)); } else if (.@q == 8) { mesq l("I hope you get some lamps or maybe a short if you re lucky. By the way here is your reward. (1000 xp 350 gp)"); getexp 1000, 0; set Zeny, Zeny + 350; setq TulimQuest_Tycoon, 9, 0; } else if (.@q == 9) { mesq l("Ok now you are near to be a real miner if you succes this hard part i will reward you as a @@.", getitemlink(MinerHat)); next; mesq l("I'll ask you to kill 100 @@. This will prove your worth. Good luck.", getmonsterlink(RedScorpion)); setq TulimQuest_Tycoon, 10, 0; } else if (.@q == 10) { mesq l("You are killing @@ it's still in progress.", getmonsterlink(RedScorpion)); } else if (.@q == 11) { mesq l("Congratulations! Here is your reward ( XXX xp 25 gp)."); mesq l("You completed your trainment, so you're getting 50 bonus experience points. If you level up, use your stat points wisely!"); getexp 90, 0; set Zeny, Zeny + 25; setq TulimQuest_Tycoon, 12, 0; } else if (.@q == 12 && BaseLevel >= 9) { mesq l("You are already fully trained. You should go to Tulimshar, but if you want a bonus task, please kill a @@.", getmonsterlink(ManaBug)); setq TulimQuest_Tycoon, 13, 0; } else if (.@q == 12 && BaseLevel < 9) { mesq l("You are already fully trained. You should go to Tulimshar. I may have another task for you later, but you are too weak now, get some levels."); } else if (.@q == 13) { mesq l("You are trying to kill a @@.", getmonsterlink(ManaBug)); } else if (.@q == 14) { mesq l("Wow! You did it! I do not think anyone else could have done that."); mesq l("Here, take this @@ - you deserve it! And here is 200 GP to buy a better weapon.", getitemlink(CandorHeadBand)); inventoryplace CandorHeadBand, 1; getitem CandorHeadBand, 1; set Zeny, Zeny + 200; setq TulimQuest_Tycoon, 15, 0; } next; goto L_PreMenu; L_NoLevel: mesn; mesq l("Ah, yes... You see, there is just no task I can give to you right now. ##BYou are too weak to fight these monsters.##b"); next; mesn; mesq l("come back stronger and i will give you tast"); next; goto L_Close; // Anything below this line is copy-pasted from SG:ManaBird, a TMW-BR clone // Do not attention to it, unless you need to. Translated by Google. L_ExplicaSiProprio: mes ""; mesn; mesq l("Saxso, the former mayor, commanded me to strengthen the youngsters, so that they have sufficient power to fight monsters."); next; mesn; mesq lg("He died, but I plan in fulfilling his will. I can give you training for that, and teach you how to fight properly."); next; mesn; mesq l("I see you have arms long enough to be an archer."); next; goto L_PreMenu; L_ExplicaGrama: mes ""; mesn; mesq l("Merchants like to buy body parts of killed monsters and animals because they can make items and equipment."); next; mesq l("Some others also like to buy them to keep as trophies. Either way, you can make some money with that."); next; goto L_PreMenu; L_ExplicaBagagem: mes ""; mesn; mesq l("You can see all your equipment by pressing the F3 key."); next; mesn; mesq l("To equip or unequip an item, select it and press the 'Equip' or 'Unequip' button. You can not 'Equip' or 'Unequip' when talking to someone."); next; mesn; mesq l("Dress up! Do not walk without clothes! Always wear your items! They leave you less vulnerable to attacks and stronger to defeat your opponents."); next; mesn; mesq l("To discard an item you no longer want, select it and press the 'Discard' button. Generic items can be discarded or sold. But equipment can only be sold."); next; goto L_PreMenu; L_ExplicaTrade: mes ""; mesn; mesq l("Press the 'R' key to ignore or accept business proposals. You and the other citizen who want to negotiate need to be in the configuration that accepts negotiations. if your configuration is 'Ignoring business proposals', then you will not receive the warning from any citizen wanting to negotiate with you, and you will not be able to initiate negotiations."); next; mesn; mesq l("To negotiate with other citizens, you should click the second mouse button on some other citizen who is accepting negotiations, and select the 'Negotiation' option from the menu that will appear."); next; mesn; mesq l("After you have confirmed the negotiation, a window with a vertical split will appear. The left side are the items you intend to offer in trading. The right side are the items that the other citizen intends to offer in trading."); next; mesn; mesq l("Open your inventory window (F3 key) next to the trading window. Select an item you want to offer, and then press the Add button. To add money to the negotiation, enter the amount you will offer and press the Change button."); next; mesn; mesq l("When you have added all the items and money you want, press the 'Propose Business' button. The other citizen must also press the 'Propose Business' button."); next; mesn; mesq l("if the proposal is not convenient for you, just close the trading window to cancel the exchange of items and money. But if both press the 'Accept Negotiation' button, then the marketing will be finished."); next; mesn; mesq l("Remember! You're trading things, not lending/borrowing them. You are solely responsible for everything you own."); next; goto L_PreMenu; // TODO: We have over nine instructions here. You usually can only memorise from three to five at a time! L_ExplicaBatalha: mes ""; mesn; mesq l("Note down. To hunt a target you must click the primary mouse button on it. Avoid fighting monsters or citizens much stronger than you. ##BYou will lose experience if you are defeated.##b"); next; mesn; mesq l("Within the cities is a place safe enough not to be attacked by another person (except during wars). But outside of them there are some places where the citizen can be attacked by enemies from other realms, or even by someone from the same realm."); next; mesn; mesq l("There are some stones scattered around the world that mark your point of return in case of defeats. Some ship chests may also serve as a return point. You can also select some beds in case of defeats."); next; mesn; mesq l("Almost all creatures drop useful items when defeated. To get the dropped item press the 'Z' key next to the item or click the primary button on the item."); next; mesn; mesq l("To focus on a creature, press the 'A' key. To focus on another citizen, press the 'Q' key. To attack the focused target press the 'X' key or click the primary button on the creature."); next; mesn; mesq l("To focus on an NPC, press the 'N' key. To talk to him press the 'T' key."); next; mesn; mesq l("To defocus or stop attacking, press Shift + A."); next; mesn; mesq l("You can, however, use ##BCtrl##b to auto-select a monster and attack them. This usually also collects drops, but press Z to be sure."); next; goto L_PreMenu; L_ExplicaDialogo: mes ""; mesn; mesq l("To display the dialog box with other citizens, press the F7 key."); next; mesn; mesq l("To speak in public select the 'General' tab. It serves to talk to people who are appearing on your screen."); next; mesn; mesq l("To speak privately with someone, click the second mouse button on the citizen and select the 'Whisper' option."); next; mesn; mesq l("In order to enter a message press the 'Enter' key, this will display the white box of typing. Type your message there and press 'Enter' again to send your speech."); next; mesn; mesq l("To speak privately to a friend who is not appearing on your screen, type the command '##B /q Citizen Name ##b' and press 'Enter'. This command will open a long-distance dialog that has the name of who you want to talk to. Select this new tab and send your message through it."); next; mesn; mesq l("But be careful: do not scream when using a lot of capital letters, and do not keep repeating the lines, or you may be severely penalized."); next; goto L_PreMenu; L_Close: close; L_OutrasInformacoes_gap: mes ""; goto L_OutrasInformacoes; L_OutrasInformacoes: mesn; mesq l("What do you want to learn more about?"); next; mesn strcharinfo(0); menu l("Items."), L_Itens, l("Monsters."), L_monstros, l("Styles."), L_estilo, l("Quests."), L_Quests, l("NPCs."), L_NPC, l("Commands."), L_comandos, l("Status."), L_status, l("Magic."), L_Magica, l("Shortcuts."), L_teclado, l("Rules."), L_regras, l("I changed my mind."), L_Menu_gap; L_Itens: mes ""; mesn; mesq l("There are three types of items."); mesq l("Those for consumption, equipment and generics."); next; mesn; mesq l("Items for consumption, like potions, can only be used once."); mesq l("Once used, they will disappear from your inventory."); next; mesn; mesq l("Equippable items are armour, weapons and accessories."); mesq l("They can be equipped to make your look more interesting or to improve some of its features."); next; mesn; mesq l("Generic items are used for different purposes. In creating other items, to swap and sell, to collect, etc."); next; goto L_OutrasInformacoes; L_monstros: mes ""; mesn; mesq l("Monsters are everywhere. They're a plague we're trying to get rid of."); next; mesn; mesq l("There are three types of monsters: the aggressive, the neutral, and the collaborative."); next; mesn; mesq l("Aggressors always know when they are in danger! Therefore, they are always on standby, attacking anyone who appears ahead."); next; mesn; mesq l("Neutral monsters do not have such a sense of danger."); mesq l("They will not attack anyone unless they are attacked first."); next; mesn; mesq l("Normally, collaborative behave like neutral monsters. Unless some partner of the same species is in danger, at which point they all take an aggressive stance against the aggressor."); mesq l("It's always good to see if you have a lot of them around before you think about attacking one!"); next; goto L_OutrasInformacoes; L_estilo: mes ""; mesn; mesq l("NPC stylists will cut your hair!"); mesq l("They are known to use a revolutionary hair growth formula."); next; goto L_OutrasInformacoes; L_Quests: mes ""; mesn; mesq l("There are people in the world who need help!"); mesq l("Most of these people will not think twice before giving a nice reward to anyone who helps them."); mesq l("So be nice and help people along the way!"); next; goto L_OutrasInformacoes; L_NPC: mes ""; mesn; mesq l("NPCs(Non Playable Characters) or non-playable characters are characters that are always in the game, offering a wide variety of reactions, from a simple friendly conversation to a desperate request for help."); next; mesq l("##BIMPORTANT:##b People usually doesn't shout, they talk. Because this, if you are too far, an NPC won't hear you."); mesq l("When this is the case, you should get closer to the NPC, until they hear you."); mesq l("If you are above the NPC and they still doesn't hear you, this mean they are deaf - you should report this!"); goto L_OutrasInformacoes; L_comandos: mes ""; mesn; mesq l("/ clear clears the text box."); mesq l("/ whisper [name] allows you to send a private message to the player. if [name] contains spaces, it must be enclosed in quotation marks."); //mesq l("/who mostra o nĂºmero de jogadores conectados no momento."); mesq l("/ present shows the number of people in the neighbourhood."); mesq l("/ where shows the name of the map you are in."); mesq l("/ help explains how to use all client commands."); mesq l("@commands lists even more advanced commands, but you can't use all of them."); next; goto L_OutrasInformacoes; L_status: mes ""; mesn; mesq l("People vary greatly in the amount of strength, agility, dexterity, intelligence, vitality and luck."); next; mesn; mesq l("Strength helps you carry more items and also gives you a more forceful blow, but ends up not being very interesting if you focus on weapons that use projectiles, such as the bow."); mesq l("Greater agility allows you to attack faster and has a greater chance of evading attacks."); mesq l("Your dexterity determines your ability to hit monsters and is valuable to players who prefer weapons that use projectiles."); next; mesn; mesq l("Vitality determines how resistant you are to attacks and how many blows you can take before you die."); mesq l("Intelligence is very useful for alchemy and magic, but nowadays there are few opportunities to use it."); mesq l("Your luck determines several small things, including the number of critical attacks you are going to suffer and perform."); next; mesn; mesq l("I recommend that you train your dexterity a great deal, since most monsters out there are hard to hit without it."); mesq l("For now do not take too much time to work on your intelligence, after all, almost nobody have magic this day."); next; goto L_OutrasInformacoes; L_Magica: mes ""; mesn; mesq l("Magic is dead. Well, not yet, we still have some mana stones left - but only the strongest ones are allowed to use them and acquire magic."); next; goto L_OutrasInformacoes; L_teclado: mes ""; mesn; mesq l("There are many key combinations, press F1 to see a short list of them!"); next; goto L_OutrasInformacoes; L_regras: mes ""; callfunc "GameRules"; next; goto L_OutrasInformacoes; L_Menu_gap: mes ""; goto L_PreMenu; function trainer_add_kills { .@qp=getq(TulimQuest_Tycoon); .@kp=getq2(TulimQuest_Tycoon); // Get number of kills (via getq2) setq TulimQuest_Tycoon, .@qp, .@kp+1; //message strcharinfo(0), l("Set status @@ with @@ kills", .@qp, .@kp); } function trainer_max_kills { .@qp=getq(TulimQuest_Tycoon); setq TulimQuest_Tycoon, .@qp+1, 0; //message strcharinfo(0), l("End status @@", .@qp); } OnKillMaggot: .@q=getq(TulimQuest_Tycoon); .@k=getq2(TulimQuest_Tycoon); // Get number of kills (via getq2) if (.@q == 1) { if (.@k+1 >= 10) { trainer_max_kills(); message strcharinfo(0), l("All maggots are dead!"); } else { trainer_add_kills(); message strcharinfo(0), l("@@/10 Maggots", .@k+1); } } end; OnKillHouseMaggot: .@q=getq(TulimQuest_Tycoon); .@k=getq2(TulimQuest_Tycoon); // Get number of kills (via getq2) if (.@q == 4) { if (.@k+1 >= 5) { trainer_max_kills(); message strcharinfo(0), l("All house maggots are dead!"); } else { trainer_add_kills(); message strcharinfo(0), l("@@/5 House Maggots", .@k+1); } } else { if (is_staff()) dispbottom "It's working. (T:OKHM)"; } end; OnKillCandorScorpion: .@q=getq(TulimQuest_Tycoon); .@k=getq2(TulimQuest_Tycoon); // Get number of kills (via getq2) if (.@q == 7) { if (.@k+1 >= 3) { trainer_max_kills(); message strcharinfo(0), l("All candor scorpions are dead!"); } else { trainer_add_kills(); message strcharinfo(0), l("@@/3 Candor Scorpions", .@k+1); } } end; OnKillScorpion: .@q=getq(TulimQuest_Tycoon); .@k=getq2(TulimQuest_Tycoon); // Get number of kills (via getq2) if (.@q == 10) { if (.@k+1 >= 2) { trainer_max_kills(); message strcharinfo(0), l("All scorpions are dead!"); } else { trainer_add_kills(); message strcharinfo(0), l("@@/2 Scorpion", .@k+1); } } end; OnKillManaBug: .@q=getq(TulimQuest_Tycoon); .@k=getq2(TulimQuest_Tycoon); // Get number of kills (via getq2) if (.@q == 13) { if (.@k+1 >= 1) { trainer_max_kills(); message strcharinfo(0), l("All mana bugs are dead!"); } else { trainer_add_kills(); message strcharinfo(0), l("@@/1 Mana Bug", .@k+1); } } end; OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, LeatherShirt); setunitdata(.@npcId, UDT_HEADMIDDLE, CottonTrousers); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); setunitdata(.@npcId, UDT_HAIRSTYLE, 20); setunitdata(.@npcId, UDT_HAIRCOLOR, 7); .sex = G_MALE; .distance = 5; end; }