Jump to content

[Maps & Scripts] Arsinoé : Aerie's Tears


Aerie

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  207
  • Reputation:   74
  • Joined:  11/29/11
  • Last Seen:  

Don't remember if I've commented on these before or not, but these maps are brilliant.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   2
  • Joined:  05/13/12
  • Last Seen:  

it's such a hassle to add all the stuff, JK :P

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 by Atomiq
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

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/

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/31/12
  • Last Seen:  

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

arsnpc.jpg

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 by jcgt85
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/31/12
  • Last Seen:  

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

screenShurritoRO128.jpg?t=1347337355

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:

screenShurritoRO125.jpg?t=1347337071

screenShurritoRO126-1.jpg?t=1347337182

screenShurritoRO126.jpg?t=1347337221

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

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 ...)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/31/12
  • Last Seen:  

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 by jcgt85
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  02/23/12
  • Last Seen:  

Questions regarding the language table, I would probably know if there is a table in Portuguese Portugal, or Portuguese Brazil.

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  353
  • Reputation:   70
  • Joined:  07/14/12
  • Last Seen:  

THE BEST!

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  11/04/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

absolutely amazing

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  52
  • Topics Per Day:  0.01
  • Content Count:  185
  • Reputation:   20
  • Joined:  01/06/13
  • Last Seen:  

can someone tell me what is the field floor texture file? for some reason im missing it D:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/25/13
  • Last Seen:  

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 ...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

@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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  52
  • Topics Per Day:  0.01
  • Content Count:  185
  • Reputation:   20
  • Joined:  01/06/13
  • Last Seen:  

 

@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

 

670g80.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  80
  • Reputation:   0
  • Joined:  07/03/12
  • Last Seen:  

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 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

@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 ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/25/13
  • Last Seen:  

@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 :/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   8
  • Joined:  05/12/12
  • Last Seen:  

I am using Arsinoe on rA and it works..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

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 ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/25/13
  • Last Seen:  

@aerie

 

I am available for Arsinoe a boat-shaped NPC, here's the download:

 

boat.rar

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

Nice sprite ;D But I can't use it, I got a crash when I'm using it ... Did it works for you IG ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/25/13
  • Last Seen:  

@aerie

 

I'm doing the translation into Portuguese, as I add the scripts menu in Portuguese?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   0
  • Joined:  11/05/12
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...