Jump to content

-SkittleNugget-

Members
  • Posts

    318
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by -SkittleNugget-

  1. A good place to learn to create a private server would be : http://svn.games-service.net/guide-mysql5.htm For help on scripting click the following : http://svn.code.sf.net/p/rathena/svn/trunk/doc/script_commands.txt If you are stuck, Post a topic.
  2. Check your clientinfo.xml that it is the IP of your server not your own IP.
  3. How many times the skill has been used in a row, or at any time.
  4. File Name: Adventure of the Tarnished Lamp Quest Event File Submitter: -SkittleNugget- File Submitted: 09 Jun 2013 File Category: Games, Events, Quests Content Author: SkittleNugget Adventure of the Tarnished Lamp Requirements Base Level: Any Hunting: 20 Byorgue Mercenary. Rewards Item(s): Isis Mercenary Scroll & Costume: Tarnished Lamp. Doing the Quest Talk to Dewey in northwest Prontera at (60,342). To see your current coordinates, use the /where command. He informs you that your Uncle Tim has passed away and asks you to head to the city of Rachel to contact his colleague in order to pick up your inheritance. Dewey gives you the advice that it's not the journey that matters, but the destination. It's good advice. While the slow journey is via airship, if you have a fast way to get to either Juno's town square kafra or Beins' Cool Event NPC, they can warp you to Rachel. Before you leave Dewey, you may consider whether or not to hire a spearman mercenary as you are fairly close to the Chivalry headquarters. You will receive a rare Isis Mercenary and you may prefer to save that and use the spearman instead to help you kill some of the quest monsters. If you use a lower level spearman, you'll have to start the fight and tank the hits from the Byorgue or else the spearman will be killed as the Byorgue is fairly tough. In Rachel, talk to Carol Cheatem (87, 194) standing outside of Uncle Tim's house. She informs you that thieves have broken into the house and stolen all of Tim's treasures. She asks you to look inside for clues. Inside the house, in true Herlock Sholmes style, hover your mouse cursor over various locations in order to find items you can inspect. If you try this with the bookcase mounted in the wall, you'll discover a secret passage along with some options. If you have a priest, get some buffs now before selecting the option to explore. This is because you'll appear on the field map located east of Rachel and there are hostile monsters on that field. Speak to Aladdin located slightly north of where you appeared. He says that he is just a pickpocket, but that he did see some thieves go by. He tells you to look for clues on the field map. Head to the bottom right part of the map and talk to the wounded merchant lying on the ground at (ra_fild12 305, 34). He says he was attacked by the thieves and that they went back to Rachel. That's your cue to head back to Rachel. While getting to this merchant, you should use flywings to save time. If you had received agi up before entering the bookcase passage, it will pay off now as you will easily outrun the roween. If there are a lot of roween near the merchant, you may have to lure some of them away before coming back if you want to patiently read what the NPC has to say. There are no choices to make in the conversation, so you can simply press return to quickly go through. In Rachel, speak to Aladdin standing on the east side of the town square fountain at (140, 125). He tells you that the thieves are none other than the Sons of Kobold. He offers to sneak in to their hideout and steal the treasure back for you but needs you to provide a distraction so that he can get in. He asks you to kill some of their mercenary minions. Hunt 20 Byorgue Mercenary minions on the map east of Rachel. For Classic server, hunt 50 Kobold Archers in the same map. During the Spotlight quest event, these quest monsters will be added to the existing normal monsters on that map. If you are durable in WoE and can dish out damage, then the Byorgue minions are not tough as their armor and mdef is low while their hitting accuracy and hit points are high. Return to Aladdin by the Rachel fountain. He has successfully stolen the lamp, and asks you what to do with it. Select Rub the Lamp and a genie will appear. He grants you your one wish, to receive a cool headgear, before vanishing. You are rewarded with a Costume Tarnished Lamp. (or Sons of Kobold Hood for Classic server. Support, Questions & Help. - Contact Marky on Skype or Email at [email protected] Click here to download this file
  5. Rewrote it all for you. Would it not be better to auto give freebies to new people rather than clicking an NPC //============================================ //= Npc that gives freebies to the new //============================================ //= Rewritten by SkittleNugget (rAthena.org) //============================================ prontera,146,159,6 script Novice Support 893,{ if( #PlayerRecievedFreebies ) { mes "[Emely]"; emotion e_swt2; mes "You already claimed your free items."; close; } else if ( Class < 1 ) { mes "[Emely]"; emotion e_ho; mes "Hello young adventurer and welcome to Kyojin RO"; mes "I can give you some free items to help you grown fast"; mes "Do you want it?"; next; if ( select("You're so kind. Thank you!:Nah~ Im too pro for this!")==2) { mes "[Emely]"; emotion e_ag; mes "Such a arrogant person."; mes "^ff0000@kill "+ strcharinfo(0) +"^000000"; next; mes "[Emely]"; emotion e_omg; mes "Why my command not work?!"; mes "Maybe you're lucky!"; close; } mes "[Emely]"; emotion e_kis; mes "Please take this item and have a nice day~"; next; getitem 5172,1; //Beret getitem 645,25; //Concentration potion getitem 14533,10; //Field Manual getitem 14232,10; //ygg berry box(10) getitem 4142,1; //Doppelganger Card set #PlayerRecievedFreebies, 1; mes "See you soon~"; close; } }
  6. There should be a re-install php file if you want to take that route, locate it in your directory, and use that URL to follow the on screen reinstall.
  7. OnPCLoginEvent: if ( BaseLevel >= 160 ) { atcommand "@auraset1<spasi>680"; } Although the aura will disapear if you warp. Cant help you with that part.
  8. Did you recently update your svn, Maybe there is an update to the Mysql that you need to apply also.
  9. Please define what a "Members Position Description is". Do you mean, Guild Title of a member. ?
  10. Thanks, I had forgotten the name of it. Much Appreciated
  11. Does anyone know where I can find the .diff that I can add to the plugin folder for weediff. This should stop the client closing when the wrong password is entered. [Annoying] Thank you.
  12. Armors do not use sprites, the Lua files controls sprites, (headgears). look on the rAthena wiki for info on adding items correctly.
  13. What is the error. There is no errors just checked. Change: BaseLevel <= 254 || JobLevel <= 98 Set to : BaseLevel <= 254 && JobLevel <= 98
  14. frontier.gat,139,219,0 script Portal 45,{ if ((class <= 4008 && class >= 4022) && (BaseLevel <= 254 || JobLevel <= 98)) { warp "ars_dun04",51,17; end; } mes "[^0000FF"+strcharinfo(0)+"^000000]"; mes "It seems that, I can't enter?"; emotion e_hmm; close2; warp "SavePoint",0,0; end; } The format messed up here. Is this how you wanted it ?
  15. What is a monster suit. With maya purple card, People should show up as a shadow if cloaked. (black)
  16. I presume you do not know the basics of scripting. http://svn.code.sf.net/p/rathena/svn/trunk/doc/script_commands.txt
  17. I think it would be easier to create this yourself.
  18. What is this so called, "Super GRF".
  19. On Line 873 there is an error. In either Accname or acessoryid.
  20. That is only the Mysql side, for control panel item searching. That is not what you use to create an item. Have yo got an item_db entry similiar to below ? 31002,Akatsuki_Hat,Akatsuki Hat,5,5,0,10,,1,,4,0xFFFFFFFF,7,2,256,,1,1,1502, { } , { } , { } Also you mentioned you used the view ID 1500. This is view id 1502.
  21. Recheck the view ID of the item in the Item_db2. Then recheck Lua file entries.
  22. Did you recompile the server mmo.h to the correct client date. ? Quiso volver a compilar el mmo.h servidor a la fecha de cliente correcto. ?
  23. Here is one I wrote quite a few weeks back. Only official items that are sold by NPC's. xmas_in,168,103,5 shop Tool Dealer#mall 73,611:-1,602:-1,601:-1,678:15000,1750:-1,1751:-1,1752:-1,501:-1,502:-1,503:-1,504:1200,11503:1200,11504:5000,506:-1,645:-1,656:-1,657:-1,525:-1,1065:-1,610:-1,715:-1,716:-1,717:-1,7139:3000,7135:5000,7136:5000,7137:5000,7138:5000 xmas_in,164,106,5 shop Daggers 47,1201:-1,1204:-1,1207:-1,1210:-1,1213:-1,1216:-1,1219:-1,1222:-1 xmas_in,166,106,5 shop Swords 92,1107:-1,1104:-1,1129:-1,1123:-1,1110:-1,1122:-1,1126:-1,1113:-1,1101:-1,1146:-1,1119:-1,1154:-1,1160:-1,1116:-1,1151:-1,1157:-1 xmas_in,168,106,5 shop Katars 58,1250:-1,1252:-1,1254:-1 xmas_in,170,106,5 shop Arrow & Bow 86,1750:-1,1752:-1,1770:-1,1751:-1,1701:-1,1707:-1,1718:-1,1714:-1 xmas_in,172,106,5 shop Axe & Spears 97,1301:-1,1401:-1,1407:-1,1404:-1,1454:-1,1451:-1,1463:-1,1410:-1,1457:-1,1460:-1 xmas_in,160,106,5 shop Mace & Staffs 854,1601:-1,1604:-1,1607:-1,1617:-1,1619:-1 xmas_in,160,103,5 shop Bullets & Guns 900,13200:-1,13201:-1,13202:-1,13150:-1,13102:-1,13151:-1,13154:-1,13155:-1,13163:-1,13165:-1,13168:-1 xmas_in,160,100,5 shop Knuckles 901,1809:-1,1811:-1,1807:-1,1803:-1,1805:-1,1801:-1 xmas_in,160,97,5 shop Musical Instruments 902,1907:-1,1911:-1,1909:-1,1905:-1,1903:-1,1901:-1,1956:-1,1950:-1,1958:-1,1960:-1,1952:-1,1954:-1 xmas_in,160,94,5 shop Ninja Stuffs 83,13250:-1,13251:-1,13252:-1,13253:-1,13254:-1,2117:-1,7521:-1,7522:-1,7523:-1,7524:-1 xmas_in,176,102,2 shop Armors 903,2305:-1,2314:-1,2309:-1,2301:-1,2316:-1,2303:-1,2341:-1,2307:-1,2340:-1,2312:-1,2325:-1,2323:-1,2321:-1,2332:-1,2335:-1,2330:-1,2338:-1,2328:-1 xmas_in,176,100,2 shop Guards & Shields 911,2117:-1,2103:-1,2101:-1,2107:-1,2113:-1,2105:-1 xmas_in,176,98,2 shop Garments 408,2501:-1,2505:-1,2503:-1,2512:-1 xmas_in,176,96,2 shop Footgears 906,2405:-1,2411:-1,2416:-1,2401:-1,2403:-1 xmas_in,176,94,2 shop Accessories 907,2627:-1,2613:-1,2612:-1,2628:-1,2608:-1,2609:-1 xmas_in,171,90,3 shop Headgears 908,5092:-1,2224:-1,2218:-1,2241:-1,2201:-1,2212:-1,2243:-1,2203:-1,2239:-1,2242:-1,2201:-1,2211:-1,2216:-1,5114:-1,2226:-1,2232:-1,2220:-1,2208:-1,2206:-1 xmas_in,181,102,3 shop Material Seller 755,7143:-1,7141:-1,7140:-1,6248:-1,6250:-1,6251:-1,6255:-1,6261:-1,6262:-1,6297:-1
×
×
  • Create New...