Jump to content
  • 0

How to set basilica as safe zone in a map


davyliyang

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  03/08/14
  • Last Seen:  

I'm looking to summon a basilica in a map. I saw some setcell tutorials but those ones does not show the basilica. It is only the map. Is there any way to make the basilica show where the save zone is?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

hmm? something like this?

 

http://rathena.org/wiki/Setcell

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  03/08/14
  • Last Seen:  

Yes like that but it says the walls would not be shown. Is there a way to make the walls show so the players know where it is?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

yeah but sadli i can't remember how ): there are 2 ways, modifyin the map so ppl will notice it, or putting a npc with the animation you want

 

do you want 1 specific cell? well hmm it's going to be a little hard sin npc and player can't be on the same cell

 

oh wait i can remember something that would work o:!

 

but i can't script it so i will eave it here, someone with cool script skills would  do it for you, i hope o: well here it goes:

 

the npc is invisible

 

the npc has the animation number 315 when the player walks near

also when the player walks near, the npc recalls the player

 

or a invisible npc that has animation 315 triggered when someone walks close the npc

the animation triggers when the player is teleported

 

 

this way the player will be on the cell basillica and will have the visual effect o:

 

hmm coming to think maybe there will be a bug, where the player tries to leave the cell and the the npc recalls the player effect, so, i would suggest that the npc will check how much time the player has been in the cell, let's say 3 seconds, after that, the npc will warp the player so cells away

 

now that if you want the basillica cell permanent, the warp out won't be neccesary at all, instead i would sugges the npc recalls the player and when recalled it gives the option to get away 5 cells or something o:

 

o:! 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  03/08/14
  • Last Seen:  

is it possible to have the npc summon the basilica?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

is it possible to have the npc summon the basilica?

 

 

i think it's possible

 

i suggest you to open a script request in our script request section, asking for this, they sure will help you o:!

 

http://rathena.org/board/forum/32-script-requests/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  03/08/14
  • Last Seen:  

okay thanks a lot :)!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

i just made the idea lol no big deal, wait to see the script then yo thank xD anyway, you are welcome (:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Try

prontera,100,200,4    script    basilica    46,{

OnInit:
    specialeffect 374;
    setcell "prontera",80,180,120,220,cell_basilica,1;
    end;

}
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
Answer this question...

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