Jump to content

Anuncio de drops raros.


Gigo

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   6
  • Joined:  01/08/19
  • Last Seen:  

Buenas, alguien sabe donde va guardado el texto del anuncio de cuando se dropean cartas o cosas de bajo drop? tengo activo el anuncio pero me gustaría colocarlo e español.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

2 hours ago, Gigo said:

Buenas, alguien sabe donde va guardado el texto del anuncio de cuando se dropean cartas o cosas de bajo drop? tengo activo el anuncio pero me gustaría colocarlo e español.

https://github.com/llchrisll/ROenglishRE/blob/master/Ragnarok/data/msgstringtable.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   6
  • Joined:  01/08/19
  • Last Seen:  

Me expliqué mal, hbalo del anuncio global de "(user) got poring´s poring card (chance xxxxx)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   1
  • Joined:  08/19/18
  • Last Seen:  

Quizá te refieres a esto?

mob.c

			//A Rare Drop Global Announce by Lupus
			if( mvp_sd && drop_rate <= battle_config.rare_drop_announce ) {
				char message[128];
				sprintf (message, msg_txt(NULL,541), mvp_sd->status.name, md->name, it->jname, (float)drop_rate/100);
				//MSG: "'%s' won %s's %s (chance: %0.02f%%)"
				intif_broadcast(message,strlen(message)+1,BC_DEFAULT);
			}

 

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

Me parece que necesitas modificar aquí.

https://github.com/rathena/rathena/blob/master/conf/battle/drops.conf#L150

También contamos con item flags, revíselo.

https://github.com/rathena/rathena/blob/master/db/re/item_flag.txt#L9

 

Edited by Mael
typo error
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...