Jump to content
  • 0

Request a Script that when you break a Emperium it shows Name of a player


cutekram

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  08/08/13
  • Last Seen:  

Hi can you please help me Request a Script that when you break a Emperium it shows  Name of a player shows on the screen..? please help me and guide step by step to where to put it. Thank you very much

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   9
  • Joined:  04/16/12
  • Last Seen:  

is not necessary a script you must edit your agit_controller.txt like this

 

replace

Announce "The [" + GetCastleName(.@maps$[.@i]) + "] castle has been conquered by the [" + GetGuildName(GetCastleData(.@maps$[.@i],1)) + "] guild.",bc_all;
 

 

with this

Announce "The [" + GetCastleName(.@maps$[.@i]) + "] castle has been conquered by the player [" + strcharinfo(0) +"] with the [" + GetGuildName(GetCastleData(.@maps$[.@i],1)) + "] guild.",bc_all|bc_woe;
 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  07/25/13
  • Last Seen:  

^where can i see that agit_controll.txt? sorry still new

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

^where can i see that agit_controll.txt? sorry still new

npc/guild/agit_controller.txt

 

but the correct way should be edit

npc/guild/agit_main.txt#L143

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  07/25/13
  • Last Seen:  

^where can i see that agit_controll.txt? sorry still new

npc/guild/agit_controller.txt

 

but the correct way should be edit

npc/guild/agit_main.txt#L143

Thank you :3

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