Jump to content

Haikenz

Members
  • Posts

    309
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by Haikenz

  1. 20 hours ago, Functor said:

    Yes, I sent link to not RE version, because your first post contained request to not RE version. But you fixed it now. 😉

    Because 2018-09-19aRagexeRE is protected by Themida. You will not be able to patch it without unpacking.

    The latest Ragexe which works with rAthena is 2018-11-14dRagexe
    The latest RagexeRE which works with rAthena is 2018-06-21aRagexeRE

    So, if you use rAthena, the version 2018-09-19aRagexeRE is useless for you.

    2018-11-14dRagexe I do not recommend this version because it will not work storage! (https://github.com/rathena/rathena/issues/3939)

     

  2. 25 minutes ago, ShiroNaito said:

    Goodevening friends. I just want to ask for top mvp ladder reward system that supports 2018 mailing system 

    Ive noticed that the old script query_sql (insert into `mail` is not working anymore in 2018 ..can you help me ? Thanks a lot .. Best regards

     

    • Love 1
  3. 7 minutes ago, Raiden said:

    Aqui esta o arquivo, se é isso que você quis dizer, fiquei na duvida se era o arquivo ou digitado. (estou tentando mudar a descrição do item Mr.Smile, apenas para que eu possa aprender mesmo a configurar os itens no servidor, é apenas um teste, mas ja de cara nao esta dando certo!)

    itemInfo.lua 11.14 MB · 0 downloads

    Essa iteminfo está cheia de falhas... onde você pegou?

    	[13468] = {
    		unidentifiedDisplayName = "Unidentified Sword",
    		unidentifiedResourceName = "¼Òµå",
    		unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." },
    		identifiedDisplayName = "Vicious Mind Saber",
    		identifiedResourceName = "»ç³äÀǼ¼À̹ö",
    		identifiedDescriptionName = {
    			"Ž?O‚?ž‚??????,
    			"•??•B",
    			"________________________",
    			"[Ž?O‚?ZƒCƒo‚?,
    			"?B'l‚????x‚ '???,
    			"Atk‚???,
    			"________________________",

    o seu primeiro erro desse iteminfo da linha 138717

    	[12940] = {
    		unidentifiedDisplayName = "Kaiser Knuckle Box",
    		unidentifiedResourceName = "¿À·¡µÈº¸¶ó»óÀÚ",
    		unidentifiedDescriptionName = { "" },
    		identifiedDisplayName = "Kaiser Knuckle Box",
    		identifiedResourceName = "¿À·¡µÈº¸¶ó?óÀ?,
    		identifiedDescriptionName = {
    			"A box that contains rental Kaiser Knuckle. Please handle with care.",

    faltando um " em identifiedResourceName = "¿À·¡µÈº¸¶ó?óÀ?,

  4. 2 hours ago, Raiden said:

    Amigos, eu estava tentando mudar a descrição do meu item como esta no exemplo:
    image.png.9aef888f08e9c6641b561473682854bf.png

    Porem, eu salvei e executei o client, e deu esse erro aqui:
    image.png.00530e2e76726b80759cc3903b4f5321.png

    e dentro do jogo o item some e da varios erros,
    e se eu deixar a descrição no padrao, continua normal, lembrando que eu modifiquei apenas a descrição.
    image.png.024c0a22cd8f2a315553928b31c3cf50.png

    O erro está obvio porem você passou despercebido.. está faltando o  }, em unidentifiedDescriptionName
    unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." },

  5. 1 hour ago, spawnn said:

    Help ticket vip, when I run @reloadscript or restart the server to stop working.

    Npc:
    //==========================================================================================================================
    //				          Função que adiciona 15 dias Vip ao usuário
    //==========================================================================================================================
    
    function	script	vip1	{
    
    set $nivelVip, 1;
    set $diasVip, 1;
    set $verificaVip, 1;
    
    	//if (getgmlevel() == 1) goto extender;
    	if (getgmlevel() > 0)
    	{
    		getitem 30015,1;
    		mes "[Sistema VIP]";
    		mes "Você já é um Jogador VIP.";
    		mes " ";
    		mes "^696969(Ticket VIP devolvido)^000000";
    		close;
    	}
    table sql:
    ALTER TABLE `login` ADD `dt_vip` INT(4) NOT NULL DEFAULT '0';

    Item_db2_re:

    7711, 'Ticket_VIP[1]', 'Ticket VIP[30]', 0, 10000, NULL, 10, NULL, NULL, NULL, NULL, 4294967295, 7, 2, NULL, NULL, NULL, NULL, NULL, 'callfunc "vip";', NULL, NULL);
    
    7712, 'Ticket_VIP[7]', 'Ticket VIP[7]', 0, 10000, NULL, 10, NULL, NULL, NULL, NULL, 4294967295, 7, 2, NULL, NULL, NULL, NULL, NULL, 'callfunc "vip7";', NULL, NULL);
    
    7713, 'Ticket_VIP[30]', 'Ticket VIP[30]', 0, 10000, NULL, 10, NULL, NULL, NULL, NULL, 4294967295, 7, 2, NULL, NULL, NULL, NULL, NULL, 'callfunc "vip30";', NULL, NULL);

     

    Why do not you use rA's own @vip system?
    If the player uses the ticket again will accumulate the vip time.

    (45000, 'Vip_1', 'Ticket VIP 1 Day', 0, 10, NULL, 1, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, ' atcommand "@vip +1d "+strcharinfo(0)+""; ', '', ''),
    (45001, 'Vip_7, 'Ticket VIP 7 Days', 0, 10, NULL, 1, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, ' atcommand "@vip +7d "+strcharinfo(0)+""; ', '', ''),
    (45002, 'Vip_15', 'Ticket VIP 15 Days', 0, 10, NULL, 1, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, ' atcommand "@vip +15d "+strcharinfo(0)+""; ', '', ''),
    (45003, 'Vip_30', 'Ticket VIP 1 Month ', 0, 10, NULL, 1, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, ' atcommand "@vip +1m "+strcharinfo(0)+""; ', '', '');

    src/config/core.hpp

    /// Uncomment to enable VIP system.
    #define VIP_ENABLE

     

  6. @Fahhad @TrustGTX

    Hi, sorry for the delay, so you need to use SQL mode instead of TXT

    inter_athena.conf

    // Use SQL item_db, mob_db and mob_skill_db for the map server? (yes / no)
    use_sql_db: yes

    import sql-files/item_cash_db.sql
     

    You can now use npc!
    When you start adding items to the store it does not appear immediately, you have to relogue the character to appear.

  7. 5 minutes ago, ZelosAvalon said:

    Can anyone tell me if it's possible and where i can change the color of the item name?

    i try to change in iteminfo

    iteminfo.png.45c7997ba95fa4c7e060d718696fabcf.png

    and it didn't work! the item appears with the color code written on it.

    screenBrasilisRO004.jpg.2b1572d2b18827c9cc1048effd5634fb.jpg

    could someone help me make this work?

    best regards, Zelos

    Not work in iteminfo... only old clients using idnum2itemdisplaynametable.txt ...

    • Upvote 1
  8. 4 hours ago, matheusrosa said:

    Hello, I wanted the player to be vip, besides the non-consumption of gems, it has the effect of the male Maya card, I tried the following, but I did not succeed:

    I changed

    	if (pc_isvip(sd)) // Magic Stone requirement avoidance for VIP.
    		sd->special_state.no_gemstone = battle_config.vip_gemstone;

    per

    	if (pc_isvip(sd)) // Magic Stone requirement avoidance for VIP.
    		sd->special_state.intravision = battle_config.vip_gemstone;

    but I did not succeed, could anyone help me?

    Conf/Battle/Player.conf

    // Gemstone requirement.
    // Can the VIP Group ignore Gemstone requirement for skills?
    // 0 = Disable
    // 1 = Behave like Mistress Card
    // 2 = Remove all gemstone requirements (default)
    vip_gemstone: 0

     

    • Upvote 1
  9. I'm really having trouble

    @edit Solved!

    in Herc is 60000, rA 60000000 😮

    	BYORGUE: {
    		NPC_SUMMONSLAVE: {
    			SkillState: "MSS_IDLE"
    			SkillLevel: 2
    			Rate: 10000
    			CastTime: 1000
    			Delay: 60000
    			SkillTarget: "MST_SELF"
    			CastCondition: "MSC_SLAVELE"
    			ConditionData: 1
    			val0: 1829
    			val1: 1830
    		}
    		NPC_SUMMONSLAVE: {
    			SkillState: "MSS_RUSH"
    			SkillLevel: 2
    			Rate: 10000
    			CastTime: 1000
    			Delay: 60000
    			SkillTarget: "MST_SELF"
    			CastCondition: "MSC_SLAVELE"
    			ConditionData: 1
    			val0: 1829
    			val1: 1830
    		}
    		NPC_SUMMONSLAVE: {
    			SkillState: "MSS_BERSERK"
    			SkillLevel: 2
    			Rate: 10000
    			CastTime: 1000
    			Delay: 60000
    			SkillTarget: "MST_SELF"
    			CastCondition: "MSC_SLAVELE"
    			ConditionData: 1
    			val0: 1829
    			val1: 1830
    		}

     

  10. 5 hours ago, hendra814 said:

    when you use vfp form the link i gave.

    are you already import the sql files on this folder schemas\logindb

    - cp_v4p_sites.sql

    - cp_v4p_votelogs.sql

    - cp_v4p_voters.sql

    I use them all, but still the error continues

    [2019-02-28 20:01:34] [SQLSTATE=42S02] Err 1146: Table 'ragnarok_main.ragnarok_main.cp_vfp_logs' doesn't exist

    Sem-t-tulo.png

  11. 8 minutes ago, spawnn said:
    <?php exit('Forbidden'); ?>
    [2019-02-28 19:47:58] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:47:58] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:47:58] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:47:58] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:47:58] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:47:58] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:47:58] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:47:58] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:48:00] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:48:00] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:48:00] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:48:00] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:48:00] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:48:00] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:48:00] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist
    [2019-02-28 19:48:00] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.ragnarok.cp_vfp_logs' doesn't exist

    I have table

    I also have the same problem

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.