Jump to content

kabralgaming

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by kabralgaming

  1. On ‎24‎.‎08‎.‎2017 at 7:49 PM, Stolao said:

    Odd i cant reproduce using a clean rAthena and clean from my Git

     

    Event_Menu.png

    sorry This does not happen to me.
    For that I need to take these 3 lines.

       ((getgmlevel()<.GMAccess)?"":" ~ Manage events...")+
       (($@EventRanking & 1)?" ~ Monthly Ranking:":":")+
       (($@EventRanking & 2)?" ~ Lifetime Ranking:":":")+

    Rathena clean 28.08.2017 22:10, novice level 0. npc clean.
    I do not understand anything.
    But he does not check the level.

    Capture.PNG

  2. 2 hours ago, sader1992 said:
    
    -	script	login_checker	-1,{
    OnPCLogin:
    	dispbottom "=============================================";
    	dispbottom "Account Status : Normal Player";
    	dispbottom "Become vip and have incredible advantages";
    	dispbottom "Access website and learn more";
    	dispbottom "============================================";
    end;
    }

     

    tkxs man.

  3. Normal Player

    As soon as you log in, you receive the message to become VIP.

       dispbottom "=============================================";
       dispbottom "Account Status : Normal Player";
       dispbottom "Become vip and have incredible advantages";
       dispbottom "Access website and learn more";
       dispbottom "============================================";

    tkx iam noob. My English is very bad.

     

  4. Hi, I would like an NPC. 
    OnPCLoginEvent;


    Every hour you go online, The player earn 1 cashpoint.
    But not when in autotrade.
    And every time he wins 1cashpoint,
    He receives a message that he has won 1 cash, and how much cash he has.
    Thank you. If you can help me, I'll be very grateful.
    sorry i dont speak English.

    português brazillian.
    eu gostaria de um npc, que a cada hora que o jogador estiver online, ele ganhe 1 de cashpoint, mais nao em autotrade.
    e que ele possa receber uma mensagem de que ganhou 1 cashpoint, junto a esta mensagem informe quantos caspoint ele tem no total.
    obrigado, se voces poderem me ajudar ficarei muito grato.

     

  5. I'm in trouble with the current rathena.
    i have one Problem command make SQL.
    i use centos.
    Can someone tell me what's happening, please?

    [root@vps rAthena]# make sql
    make[1]: Entering directory `/home/emulador/rAthena/3rdparty/mt19937ar'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/emulador/rAthena/3rdparty/mt19937ar'
    make[1]: Entering directory `/home/emulador/rAthena/3rdparty/libconfig'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/emulador/rAthena/3rdparty/libconfig'
    make[1]: Entering directory `/home/emulador/rAthena/src/common'
            CXX     core.cpp
    cc1plus: error: unrecognized command line option "-std=c++11"
    cc1plus: warning: unrecognized command line option "-Wno-maybe-uninitialized"
    make[1]: *** [obj/core.o] Error 1
    make[1]: Leaving directory `/home/emulador/rAthena/src/common'
    make: *** [common] Error 2
    [root@vps rAthena]#
     

  6. 29 minutes ago, Bringer said:

     

    
    OnPCLoginEvent:
    		if (vip_status(1)) {
    			dispbottom "========================";
    			dispbottom "Account Status : VIP";
    			dispbottom "Expire Date : "+vip_status(2);
    			dispbottom "Time left : "+vip_status(3);
    			dispbottom "========================";
    			end;
    		}
    	}
    

    PERFECT MAN TANKS, VERY VERY TANKS

    screenrAthena001.jpg.db2d1f7cdabf27c9003fab81b0d4dbdd.jpg

  7. 4 hours ago, Technoken said:

    Cyro already told you what to do. Just swap their view id's

     

    
    20132,C_Aura_Vicious_Mind,Costume Aura Vicious Mind,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,3000,{},{},{}
    
    Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,1267,{},{ sc_start SC_TIME_ACCESSORY,-1,0; },{ sc_end SC_TIME_ACCESSORY; } 

     

    But I do not want to take views id 3000,
    And rather use the two effect. views id = 30000 sc_start a views id = 1267.

  8. 10 minutes ago, Technoken said:

    I'm still confused on what you actually wanted to do. /hmm 

    Maybe give additional details on your example.

    I would like to swap  : Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,3000,{},{ sc_start SC_TIME_ACCESSORY,-1,0; },{ sc_end SC_TIME_ACCESSORY; } /ok

    for  Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,3000,{},{ sc_start SC_AURA_VICIOUS,-1,0; },{ sc_end SC_AURA_VICIOUS; } /hmm

    But she does not work.

     

  9. 10 minutes ago, Technoken said:
    
    20132,C_Aura_Vicious_Mind,Costume Aura Vicious Mind,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,1267,{},{ sc_start SC_TIME_ACCESSORY,-1,0; },{ sc_end SC_TIME_ACCESSORY; }

    You just need to copy paste the script. 

    But on the contrary I want

    example : Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,3000,{},{ sc_start SC_20132,-1,0; },{ sc_end SC_20132; }

    understood ?

    But that's not how it works.

  10. Hi! I need a personal help. 
    This script works
    Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,3000,{},{ sc_start SC_TIME_ACCESSORY,-1,0; },{ sc_end SC_TIME_ACCESSORY; }
    I would like to change the item in sc_start to this one here :  ID : 20132,C_Aura_Vicious_Mind,Costume Aura Vicious Mind,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,1267,{},{},{}

    how I do ? thx. sorry my English.

×
×
  • Create New...