Jump to content
  • 0

Town Message


Sere

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   2
  • Joined:  02/11/12
  • Last Seen:  

Hi guys,

Where can I get this script, what displayed the map which you entered.

screenr_Athena003.jpg

Edited by Sere
Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Brian made a script like that.. can't find it...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   2
  • Joined:  02/11/12
  • Last Seen:  

Yea xD. That is my problem. hihi^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

eamod have it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   6
  • Joined:  04/24/12
  • Last Seen:  

where to find in eamod files? src or txt files?

Edited by P r o p e r t i e s
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   1
  • Joined:  04/30/13
  • Last Seen:  

Interesting feature. Can anyone share the script for this please? Preferably eA-compatible as well.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   2
  • Joined:  02/11/12
  • Last Seen:  

I've downloaded yet eAthena, but can't find anyone like this.



Well, I've script it now by myself.

I've thought it is harder...xD



-	script	mapannounce	-1,{
OnPCLoadMapEvent:
getmapxy(@mapname$,@mapx,@mapy,0);
if(@mapname$ == "payon") {

announce "Welcome to [Payon]",bc_self,0x00F0E5,0,16;
end;
	}
end;
}

payon	mapflag	loadevent

 

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

You know this is much cleaner if we just attach a: loadmapflag on all maps you want this to activate on, then just do this:

-%TAB%script%TAB%load_map%TAB%-,{
OnPCLoadMapEvent:
announce "Welcome to [ "+ strtoupper(strcharinfo(3)) +" ]",bc_self,0x00F0E5,0,16;
end;
}
//Add Maps & Mapflags.

Though, this is assuming, that no other Loadmap flags are being used for other reasons.

Edited by Lionhardt
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

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