Jump to content

LucasDesigner

VIP Member
  • Posts

    67
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by LucasDesigner

  1. I wanted to know why the code leaves this space
  2. code above is not c++ code above is java "SVR The current server time is " + fmt.format(new Date(System.currentTimeMillis()))); I want code in c++ can you
  3. DOES ANYONE HAVE A TIME SERVER CODE C++ EnterWorld L2OFF "SVR The current server time is " + fmt.format(new Date(System.currentTimeMillis())));
  4. Modification if you want to edit item by properties. Config.java + public static int MINA_REWARD_ID; + public static int MINA_REWARD_COUNT; + MINA_REWARD_ID = players.parseIntIntList("MinaReward", "57"); + MINA_REWARD_COUNT = players.getProperty("RewardCount", 500000); +# Minas Event Custom reward +MinaReward = 57 +RewardCount = 50000 net.sf.l2j.gameserver.util.Broadcast; + net.sf.l2j.Config; original //add the item to give for reward private final static int _rewardItemID = 0; //add the quantity of reward items private final static int _itemQuantity = 0; modificada //add the item to give for reward - private final static int _rewardItemID = 0; + private final static int _rewardItemID = {Config.CHANGESEX_COIN_ID}; //add the quantity of reward items - private final static int _itemQuantity = 0; + private final static int _itemQuantity = {Config.CHANGESEX_COIN_ID};
  5. wrong area friend here and l2off not l2j
  6. most of the l2off and l2j contents are from 5 years ago ..
  7. since you upgraded a vip area to premium .. could at least share something new in the areas since they are donating .. put an area like that containing old ones. with update would bring but premium members to the forum.
  8. Teria como compartilhar souce no privado ?
  9. tentar { if (pUser-> pSD-> vipLevel && wTxt [0] == L '^') { if (pUser-> stopSayTick == 0) { VIPInfo vipInfo = g_VIPSystem.GetInfo (pUser-> pSD-> vipLevel); if (vipInfo.specialChat && pUser-> pED-> vipChatTimestamp <GetTickCount ()) { pUser-> pED-> vipChatTimestamp = GetTickCount () + vipInfo.chatDelay; WCHAR wMsg [4096] = {0}; if (swprintf (wMsg, 4090, L "% s:% s", pUser-> pSD-> wszName e wTxt [1])> 0) { caractere de buff [8190]; int len = Assemble (buff, 8190, "cddSS", 0x4A, 0, 15, L "VIP", wMsg); L2Server :: BroadcastToAllUser (len, buff); } desprotegido; retorna falso; }outro { desprotegido; retorna falso; } }outro { pSocket-> SendSystemMessage (147); // é proibido conversar desprotegido; retorna falso; } } use esse código e fale comigo ...
  10. what color did you want to chat vip ???
  11. A sua adaptação foi super boa, mas ainda não passou de uma gambiarra .. precisa ser feita, mas algumas coisas fica oculta após ser gerada algum erro no código .. mass parabéns caminho tá certo
×
×
  • Create New...