Gaypuff Posted August 15, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 207 Reputation: 74 Joined: 11/29/11 Last Seen: July 6, 2020 Share Posted August 15, 2012 Don't remember if I've commented on these before or not, but these maps are brilliant. Quote Link to comment Share on other sites More sharing options...
Atomiq Posted August 17, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 82 Reputation: 2 Joined: 05/13/12 Last Seen: November 17, 2015 Share Posted August 17, 2012 (edited) it's such a hassle to add all the stuff, JK Update 2: OKKKKKKK.......... why in the world would you use for example the sprite # 661 & #659 in Coeur.txt (map: ars_in17) when the latest http://atl-svn.assem...npcidentity.lua doesnt even have it listed, that is like an automatic gravity error for everybody, or am i missing something that i should know? Update 1: the npc sprite numbers on the map ars_in17 are very new, and more likely that you'll be getting gravity error i highly recomend to update your data to the latest possible. Edited August 17, 2012 by Atomiq Quote Link to comment Share on other sites More sharing options...
Aerie Posted August 17, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Author Share Posted August 17, 2012 Thanks for the report about NPC sprites, I forgot to modify this file. Latest revision is now clean ;D I hope you'll enjoy it, try Schallmar Islands who is really better : http://rathena.org/board/topic/53277-maps-scripts-schallmar-islands/ Quote Link to comment Share on other sites More sharing options...
jcgt85 Posted September 9, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/31/12 Last Seen: May 24, 2015 Share Posted September 9, 2012 (edited) Hi Aerie, I totally love your work, the maps are so pretty, and the story it's so cool.. I just have a problem in my server, when I get to any part where the npc should have a waiting room to enter, the chat is not there, so I get stuck at the quests... I tried a few things, but nothing work and I don't know what else to do :7 For example this npc he should have a waiting room for me to enter, but there's none, this is the code for that npc. //=================================================================================== ars_dun07,87,81,1 script Zacharie#ep71 67,{ set @name$,"^66CCFFZacharie^000000"; if($@ep7lali==0) { mes "[" + @name$ + "]"; if(EP7_LANGUE == 0) {mes "Bien " + strcharinfo(0) + ","; mes "Vous pouvez en ce moment assister à la naissance de Lalibela !";} if(EP7_LANGUE == 1) {mes "Well " + strcharinfo(0) + ","; mes "You can now attend the birth of Lalibela!";} if(EP7_LANGUE == 2) {mes "Bien " + strcharinfo(0) + ","; mes "Ahora puede asistir al nacimiento de Lalibela!";} close; end; } if($@ep7lali>=1) { mes "[" + @name$ + "]"; if(EP7_LANGUE == 0) {mes "Bien " + strcharinfo(0) + ","; mes "Une équipe est actuellement entrain d'assister à la naissance de Lalibela !";} if(EP7_LANGUE == 1) {mes "Well " + strcharinfo(0) + ","; mes "A team is now about to witness the birth of Lalibela!";} if(EP7_LANGUE == 2) {mes "Bien " + strcharinfo(0) + ","; mes "Un equipo está a punto de presenciar el nacimiento de Lalibela!";} close; end; } OnBG: if($EP7_LANGUE == 0) {waitingroom "Naissance de Lalibela - Salle d'Attente",$EP7_InstJoueurs,"EP7_Lalibela2::OnBGJoin",1;} if($EP7_LANGUE == 1) {waitingroom "Birth of Lalibela - Waiting Room",$EP7_InstJoueurs,"EP7_Lalibela2::OnBGJoin",1;} if($EP7_LANGUE == 2) {waitingroom "Nacimiento de Lalibela - Sala de espera",$EP7_InstJoueurs,"EP7_Lalibela2::OnBGJoin",1;} end; OnEnterBG: enablenpc "#arsdun06a"; end; } //=================================================================================== I tried changing the OnBG for OnInit, but still no good Dx what can I do? oh yeah, i'm using eamod, and neither in old or in new revision this works Thanks :3 Edited September 9, 2012 by jcgt85 Quote Link to comment Share on other sites More sharing options...
Aerie Posted September 10, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Author Share Posted September 10, 2012 Don't change the script, just check the configuration.txt file? You surely change : //Choisir la langue pour les WaitingRoom : (0 = Français / 1 = Anglais / 2 = Espagnol / 3 = Tagalog / 4 = Russian / 5 = Portuguese) //Choose the language for WaitingRoom set $EP7_LANGUE,4; If you only do a reloadscript it'll disappear, you have to restart your server. If you change nothing, change this config to 0 / 1 or 2 and restart your server. In fact dunno why it's set in russian ... I'll change it on the svn to set at english directly. Quote Link to comment Share on other sites More sharing options...
jcgt85 Posted September 11, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/31/12 Last Seen: May 24, 2015 Share Posted September 11, 2012 I must have missed that one... I swear I checked the file several times Dx , sorry.... Now the waiting rooms appear, but I have another problem... The waiting room is full D: .. I can't even enter, look And if I change the number of participants in the configuration file //Set the number of players required to launch an instance (Quests). [Default: 5] set $EP7_InstJoueurs,1; from 1, to 2, this happens: I dunno why the NPC is inside the waiting room, so thanks to it I cannot really enter :7 , what can I do here? thanks. Quote Link to comment Share on other sites More sharing options...
Aerie Posted September 11, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Author Share Posted September 11, 2012 In fact, if you change this config you can't reloadscript for it takes effect. You have to restart your server, because this kind of variable can't be reloaded by the classical reloadscript command. It's normal for the name of the NPC (I guess ...) Quote Link to comment Share on other sites More sharing options...
jcgt85 Posted September 11, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/31/12 Last Seen: May 24, 2015 Share Posted September 11, 2012 (edited) Actually I had to reset the server and then use reloadscript for the changes to show, but that's not the issue... The thing is since the NPC is inside the waitingroom, I cannot enter it since its full (1/1) and the instance doesn't start. And if I change the number to 2 for example, the NPC is using one space in the room (1/2), but when I enter the server takes it like i'm the first one, so, even if the waiting room says (2/2), the bottom message says "instance Dragon of gondar 1/2", but since the room is full, the 2nd person cannot enter and the instance can't start.. ._.' Edited September 11, 2012 by jcgt85 Quote Link to comment Share on other sites More sharing options...
joabvieira Posted October 18, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 02/23/12 Last Seen: January 16, 2016 Share Posted October 18, 2012 Questions regarding the language table, I would probably know if there is a table in Portuguese Portugal, or Portuguese Brazil. Quote Link to comment Share on other sites More sharing options...
icabit Posted January 26, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 353 Reputation: 70 Joined: 07/14/12 Last Seen: February 12, 2023 Share Posted January 26, 2013 THE BEST! Quote Link to comment Share on other sites More sharing options...
Axiom Posted February 12, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 11/04/12 Last Seen: July 5, 2013 Share Posted February 12, 2013 Sorry for the necro, but I really need help on this one. The npcwalkto command is a little buggy; it works sometimes like in the Lich's Laboratory in the Urunesti quest but it doesn't work at all in some other cases like when Ornelia takes you to meet Aerie (also Urunesti quest). There are other similar problems coming up all around Urunesti as well, and I'm assuming in later parts where the command is involved. I used to use this on eAthena and had no problems at all. It's only when I moved everything to rAthena that I did. Quote Link to comment Share on other sites More sharing options...
Cydh Posted March 21, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share Posted March 21, 2013 absolutely amazing Quote Link to comment Share on other sites More sharing options...
Saisho Posted March 26, 2013 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 185 Reputation: 20 Joined: 01/06/13 Last Seen: November 11, 2018 Share Posted March 26, 2013 can someone tell me what is the field floor texture file? for some reason im missing it D: Quote Link to comment Share on other sites More sharing options...
doug_one Posted March 28, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 03/25/13 Last Seen: May 7, 2013 Share Posted March 28, 2013 Hello Aerie, I'm creating a sprite of a ship and would like to know how to navigate the waters in Schallmar and Arsinoe, also like to know how to add the humanoid monsters because I put everything right and gives monster @ failed ... Quote Link to comment Share on other sites More sharing options...
Aerie Posted April 1, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Author Share Posted April 1, 2013 @Axiom : I'll test with the last version of rA @Saisho : All textures are in event/ folder. But in which map did you get this pb ? Did your client is up-to-date ? (mid. 2012) @doug_one : Well a ship sprite would be really nice ;D For change the sprite used when you're in the sea : Server/npc/Schallmar/Configuration.txt set $Ep7_BoatID,1002; For humanoid monsters : http://aerie-pinkpanther.googlecode.com/svn/Schallmar/Server/db/mob_avail.txt Should look something like this, nothing to add in the client side ! 3941,4015,1,8,2,1302,2101,377,0,21,0,84 Check here for detailled values : https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/mob_avail.txt Quote Link to comment Share on other sites More sharing options...
Saisho Posted April 2, 2013 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 185 Reputation: 20 Joined: 01/06/13 Last Seen: November 11, 2018 Share Posted April 2, 2013 @Saisho : All textures are in event/ folder. But in which map did you get this pb ? Did your client is up-to-date ? (mid. 2012) i just think thats weird... nice work btw the maps looks great :3 Quote Link to comment Share on other sites More sharing options...
jaynard09 Posted April 3, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 07/03/12 Last Seen: May 11, 2020 Share Posted April 3, 2013 need help I don't know what's the problem of this mob_skill_db2.txt it's always apearing in map server and sayas error mob_Skill_db2 lol.... and Warning Mob_Skill_avail.... I'm using latest rathena revision Quote Link to comment Share on other sites More sharing options...
Aerie Posted April 3, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Author Share Posted April 3, 2013 @saisho : Textures doesn't seems to be read, black spots are custom textures - strange that water works except if all Arsinoé textures works but not Schallmar ones-. Did you use the whole Schallmar pack ? : Schallmar-Map-v.2.00.rar @jaynard09 : Can you post the list of error of your map-server ? Quote Link to comment Share on other sites More sharing options...
doug_one Posted April 5, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 03/25/13 Last Seen: May 7, 2013 Share Posted April 5, 2013 @Aerie To make the sprite of the ship, I must rely on what type of sprite? NPC, monster or item? And I could add the humanoid monsters, but the Hats do not appear in their heads. I tried to put both the id of the item, as the view id in mob_avail.txt :/ Quote Link to comment Share on other sites More sharing options...
Baalberith Posted April 5, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 18 Reputation: 8 Joined: 05/12/12 Last Seen: April 3, 2016 Share Posted April 5, 2013 I am using Arsinoe on rA and it works.. Quote Link to comment Share on other sites More sharing options...
Aerie Posted April 7, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Author Share Posted April 7, 2013 Item can be equipped so we can still see the character in the ship other ways like NPC or monster will replace the whole sprite. For monsters who looks like players it's really buggy, I've tried many possibilities ... sometimes it works, sometimes it doesn't ;D Maybe a range error ? Did you copy / paste mine lines and just change the id_view of the hat ? Quote Link to comment Share on other sites More sharing options...
doug_one Posted April 8, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 03/25/13 Last Seen: May 7, 2013 Share Posted April 8, 2013 @aerie I am available for Arsinoe a boat-shaped NPC, here's the download: boat.rar Quote Link to comment Share on other sites More sharing options...
Aerie Posted April 8, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Author Share Posted April 8, 2013 Nice sprite ;D But I can't use it, I got a crash when I'm using it ... Did it works for you IG ? Quote Link to comment Share on other sites More sharing options...
doug_one Posted April 14, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 03/25/13 Last Seen: May 7, 2013 Share Posted April 14, 2013 @aerie I'm doing the translation into Portuguese, as I add the scripts menu in Portuguese? Quote Link to comment Share on other sites More sharing options...
toohot22 Posted April 17, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 56 Reputation: 0 Joined: 11/05/12 Last Seen: February 21, 2021 Share Posted April 17, 2013 Hi all iv got a problem with my mobs every thing works till i add the mobs, soon as i add and logon to one of the new maps my client crashes but if i dont add every thing works fine has anyone had this problem or know how to fix this?? thanks inadvance Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.