Jump to content

Saruman

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Saruman

  1. I have already tested with and without paypal sandbox, and it doesn't work. I made everything right in fluxcp, donate> put the $ > donate button > "make the payment" > and then... And after that, the credits in fluxcp are not activated: Please, somebody help me! Thanks !! @EDIT I also set the IPN
  2. yes i do it is set like this: return array( 'modules' => array( 'voteforpoints' => array( 'index' => AccountLevel::NORMAL, 'vote' => AccountLevel::NORMAL, 'image' => AccountLevel::NORMAL, 'add' => AccountLevel::ADMIN, 'edit' => AccountLevel::ADMIN, 'delete' => AccountLevel::ADMIN, 'list' => AccountLevel::ADMIN, ), ), )
  3. I installed Vote for Points system on my FluxCP. I can all the things properly, register the site and stuff with my admin account. Then with a normal account, when I open the voteforpoints page appears "Unauthorized" Someone can help ?
  4. The storage items are disappearing when I do the logout. The same at the stat build, when I do login it's all on "1". Any ideia what it can be ? Thanks community. @EDIT logs: map-server: char-server: login-server: Just tested with a clean rAthena and happens the same, I think it's on SQL.
  5. Saruman

    Mapflags

    Recently, I moved from Cronus Emulator to rAthena. In Cronus, I used to use the following mapflags to reduce damage in a specific map: pvp_y_1-2 mapflag pvp pvp_y_1-2 mapflag gvg pvp_y_1-2 mapflag pvp_noguild In Cronus Emulator, this reduced the damage as in GvG maps, but showing the damage number and ignoring Guild alliances. I'm trying to set it on rAthena, but I'm not succeeding. I think the damage is being reduced, the guild alliances are being ignored, but the damage is not being showed. Can someone help me? Thanks!
  6. But it's a function for this item: 20682,Ticket_Vip,Ticket VIP #1,0,10000,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "vip1"; },{},{}
  7. I've made this function in order to have a 24h VIP Ticket(I've put 40 seconds to test), but it's not working. Can someone see what's wrong ? function script vip1 { set $nivelVip, 1; query_sql "UPDATE `login` SET `group_id` = "+$nivelVip+" WHERE `group_id` = 0 AND `account_id` = "+getcharid(3); dispbottom "Conta VIP inserida com sucesso! Relogue seu personagem para ativá-la."; addtimer 40000, "vip1::OnTempo2"; end; OnTempo2: dispbottom "Período VIP terminado."; query_sql "UPDATE `login` SET `group_id` = 0 WHERE `group_id` = 1 AND `account_id` = "+getcharid(3); end; }
  8. I need to reduce Eske bonus atk to only 15%, and recude the max level of Esma to lvl. 3. How can i do it ?
×
×
  • Create New...