[FIX]PlusR2/Silverwave - Emblema Expositor 05.05.14 18:25
Olá pessoal, venho trazer para vocês a source para fixar o PlusEMUR2, Silverwave e derivados...
Para editar eu recomendo o Visual Studio 2013, para não haver problemas de compatibilidade...
Para editar eu recomendo o Visual Studio 2013, para não haver problemas de compatibilidade...
Aperte CTRL + F e em Look in coloque Current Project, altere em todos os arquivos possíveis que aparecer.
Procure por:
Procure por:
- Código:
case "roomads":
base.WriteString("roomads");
base.WriteInteger(2);
base.WriteString("events_header");
base.WriteString("");
base.WriteInteger(2);
base.WriteString("");
base.WriteString("");
//base.WriteInteger(1);
break;
Depois desse código, cole esse:
- Código:
case "badge_display":
base.WriteString("badge_display");
base.WriteInteger(2);
base.WriteString(Page.LayoutHeadline);
base.WriteString(Page.LayoutTeaser);
base.WriteInteger(3);
base.WriteString(Page.Text1);
base.WriteString(Page.Text2);
base.WriteString(Page.TextDetails);
break;
Procure por:
- Código:
case InteractionType.mannequin:
ExtraData = "m" + Convert.ToChar(5) + "ch-215-92.lg-3202-1322-73" + Convert.ToChar(5) + "Default Mannequin";
break;
Depois cole:
- Código:
case InteractionType.badge_display:
break;
Procure por:
- Código:
gld_item,
gld_gate,
Depois cole:
- Código:
badge_display,
Procur por:
- Código:
case "bot1":
return InteractionType.bot1;
Depois cole:
- Código:
case "badge_display":
return InteractionType.badge_display;
Procure por:
- Código:
else if (this.GetBaseItem().InteractionType == InteractionType.roombg)
EM CIMA Cole:
- Código:
else if (this.GetBaseItem().InteractionType == InteractionType.badge_display)
{
Message.AppendInt32(0);
Message.AppendInt32(2);
Message.AppendInt32(4);
Message.AppendString("0");
Message.AppendString(this.ExtraData);
Message.AppendString("");
Message.AppendString("");
}
Depois é só salvar e compilar para dar tudo OK nos novos códigos...
Agora vai na sua DB e coloque esse código SQL
Agora vai na sua DB e coloque esse código SQL
- Código:
UPDATE `furniture` SET `interaction_type` = 'badge_display' WHERE `furniture`.`item_name` = badge_display2;
UPDATE `furniture` SET `interaction_type` = 'badge_display' WHERE `furniture`.`item_name` = badge_display;
UPDATE `furniture` SET `interaction_type` = 'badge_display' WHERE `furniture`.`item_name` = badge_display4;
UPDATE `furniture` SET `interaction_type` = 'badge_display' WHERE `furniture`.`item_name` = badge_display3;
UPDATE `furniture` SET `interaction_type` = 'badge_display' WHERE `furniture`.`item_name` = badge_display5;
Print:
- Clique aqui:
- [Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem][Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Créditos:
Psheяk™ - Pelos Códigos e o Print
Brandow - Pelo Tutorial e por procurar a porcaria do arquivo que demorei horas kkkkkkkkk