Ir para conteúdo
View in the app

A better way to browse. Learn more.

priston.pro

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

UserH

Membros

Respostas da Comunidade

  1. UserH teve a postagem no tópico Drop Coins/Scoins como a melhor resposta   
    Se alguém precisar resolvi da seguinte maneira .
    Na Source GG101 (sinGG1 | sin01) -> Gold Comum
    No VIsual acha essas Linhas
    if (lpTransItemInfo->Item.CODE (sinGG1 | sin01) && lpTransItemInfo->Item.ItemKindCode OpCode::OPCODE_COLLECTMONEY)
    {
    if (CheckItemForm(&lpTransItemInfo->Item) == TRUE)
    {
    lpPlayInfo->spMoney_In += lpTransItemInfo->Item.Money;
    rsEnterHardCoreEvent(lpPlayInfo, lpTransItemInfo->Item.Money);
    }
    break;
    Na Source GG105 (sinGG1 | sin05) -> COINS
    Adicona essas linhas usando a mesma função do Gold
    if (lpTransItemInfo->Item.CODE == (sinGG1 | sin05))
    {
    if (CheckItemForm(&lpTransItemInfo->Item) == TRUE)
    {
    // Quantidade de Coins que o jogador vai ganhar por drop (Exemplo: 10 coins)
    int dwCoinAmount = 10;
    // Adiciona os Coins
    cCoinShop.AddPlayerCoin(lpPlayInfo, dwCoinAmount);
    // Atualiza visualmente o saldo
    cCoinShop.RecvGetItemCoin(lpPlayInfo);
    // Registra no Log de Itens do Servidor
    rsRecord_ItemLog(lpPlayInfo, sinGG1 | sin05, dwCoinAmount, 0, ITEMLOG_GET);
    }
    break;

    Txt nos MOBS
    //Drops
    *¾ÆÀÌÅÛÄ«¿îÅÍ 1
    //DropCoins
    *¾ÆÀÌÅÛ 1 coins 2 2

Account

Navigation

Pesquisar

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.