Jump to content

fabioleda

Members
  • Content Count

    22
  • Joined

  • Last visited

Posts posted by fabioleda


  1. boa noite estou com um problema eu nao consigo visualizar a asa e capacete visual eu clico nele para visualizar ele fica no personagem mais nao amostra como ficou alguem poderia me dizer onde esta o problema ou se o problema esta na parte de difar e como eu conseto esse problema fico muito agradecido pela atençao de vcs sou novo e estou começando a mexer na area de ragnarok


  2. good afternoon i already watched several videos of how to add wing or petal syrup plus nobody teaches frost for example the sample adding helmo among other nonsense more there are a lot of people like me in the learning phase wanting to put a wing on the back or putting a syrup on persoagem only that does not have a video explaining someone could post here step by step how to do please


  3. good morning i ran the site 4 days ago and i don't think i need it i'm looking for a script help example i want to add custom mobs on the map i want to put on the map of prt_fild04 and prontera on the outputs how would i do to do this? I already have a custom mono made so that I will add more I wanted to know in this script how I would do it because I don't see tutorial anywhere I'll send my script so someone can help me see what's wrong with it and help me fix it so it stays on the permanent map

    Chimu.txt


  4. hello good afternoon i want to add some poring mobs and other monsters just like act and spr i'm new to ragnarok and i don't know if and just install inside the data / sprite / npc folder throw the files in there turn on the emulator and see if you got it or if you have to add some line to them and the place that the person wants him to be on the map I mean someone could explain to me step by step I am kind of dumb in this


  5. good morning someone there could help me with this script i already ran several sites behind such a npc and i can't find anywhere if nobody can help me fix this script there is someone who could do a charity to donate this npc to stores is already organized thank you

     

    //===== Cronus Script =================================================
    //= Sala do comércio                           
    //===== Por: ==========================================================
    //= Panda www.pandabro.com    [email protected] (<<msn)                
    //===== Versão Atual: =================================================
    //= 1.0
    //===== Descrição: ====================================================
    //= Uma npc que fica em prontera com um chat em cima escrito
    //= "sala do comércio".
    //===== ChangeLog: ====================================================
    //= Sala do comércio com chat em cima'''''
    //=====================================================================
    //|               MAPFLAG
    //===========================================================

    prontera.gat,164,169,4    script    Sala do Comércio    1_M_SIGNMCNT,{

    //==== Configs ============================================//
    set @npc$,"[^ff0000Sala do Comércio^000000]"; //nome do npc
    set @nome$,strcharinfo(0); //não mecha ^^
    //=======================================================//
    show @npc$;
    show "Olá "+strcharinfo(0)+" deseja ir para a Sala do Comércio?";
    next;
    menu "Sim",-,"Não obrigado",exit;

    show @npc$;
    show "Ok, teleportando...";
    next;
    warp "sec_in01",    170,    167;
    end;

    exit:
    show @npc$;
    show "Até mais!";
    close;
    OnInit:
        waitingroom "Sala do Comércio", 0;
        end;
    }


    sec_in01.gat,173,164,4    script    Saída    94,{

    //==== Configs ============================================//
    set @npc$,"[^ff0000Saída^000000]"; //nome do npc
    set @nome$,strcharinfo(0); //não mecha ^^
    //=======================================================//
    show @npc$;
    show "Olá "+strcharinfo(0)+" deseja voltar para prontera?";
    next;
    menu "Sim",-,"Não obrigado",exit;

    show @npc$;
    show "Ok, teleportando...";
    next;
    warp "prontera",    156,    191;
    end;

    exit:
    show @npc$;
    show "Até mais!";
    close;
    OnInit:
        waitingroom "Saída", 0;
        end;
    }

    //===== Cronus Script =================================================
    //= Sala do comércio                           
    //===== Por: ==========================================================
    //= Panda www.pandabro.com    [email protected] (<<msn)                
    //===== Versão Atual: =================================================
    //= 1.0
    //===== Descrição: ====================================================
    //= Uma npc que fica em prontera com um chat em cima escrito
    //= "sala do comércio".
    //===== ChangeLog: ====================================================
    //= Sala do comércio com chat em cima'''''
    //=====================================================================
    //|               MAPFLAG
    //===========================================================

    prontera.gat,164,169,4    script    Sala do Comércio    1_M_SIGNMCNT,{

    //==== Configs ============================================//
    set @npc$,"[^ff0000Sala do Comércio^000000]"; //nome do npc
    set @nome$,strcharinfo(0); //não mecha ^^
    //=======================================================//
    show @npc$;
    show "Olá "+strcharinfo(0)+" deseja ir para a Sala do Comércio?";
    next;
    menu "Sim",-,"Não obrigado",exit;

    show @npc$;
    show "Ok, teleportando...";
    next;
    warp "sec_in01",    170,    167;
    end;

    exit:
    show @npc$;
    show "Até mais!";
    close;
    OnInit:
        waitingroom "Sala do Comércio", 0;
        end;
    }


    sec_in01.gat,173,164,4    script    Saída    94,{

    //==== Configs ============================================//
    set @npc$,"[^ff0000Saída^000000]"; //nome do npc
    set @nome$,strcharinfo(0); //não mecha ^^
    //=======================================================//
    show @npc$;
    show "Olá "+strcharinfo(0)+" deseja voltar para prontera?";
    next;
    menu "Sim",-,"Não obrigado",exit;

    show @npc$;
    show "Ok, teleportando...";
    next;
    warp "prontera",    156,    191;
    end;

    exit:
    show @npc$;
    show "Até mais!";
    close;
    OnInit:
        waitingroom "Saída", 0;
        end;
    }


  6. thank you very much i already managed to solve the problem here is that the new emulator of rathena it has a defect in the line that is under commands without this line the normal player is unable to use teleport  I'll set the place where the error is because if someone else has this same problem, just copy and paste it will work just copy this command there the arrows that I put there do not exist to then say that it is in error

     

    groups: (
    {
        id: 0 /* group 0 is the default group for every new account */
        name: "Player"
        level: 0
        inherit: ( /*empty list*/ )
        commands: {
          /*Sem comandos por padrao*/<<<<<<<
            go: true
            autoloot: true
            autotrade: true
            rates: true
            exp: true
            warp: true
            iteminfo: true
            noks: true
            changedress: true
            resurrect: true


  7. good morning bro this solved you are too much just for me to help thank you so much sorry for posting here in br so one more thing could you tell me how do i put the commands to work in normal player because i want to put it like this and then I using normal play to do tests is just me giving @commands and I'm just going to use the commands I added I went to put commands: true and it didn't work


  8. dude how am I going to find another vip room I can't find anywhere I already searched this site and nothing I ever went to brathena nothing rathena nothing I ever searched on google this one appears on the gihub website and this one was the one I found if you could find me help some place where i can find another vip room i would be very grateful


  9. good morning i'm having a problem, i created my ragnarok server from the frost video the problem is that the npc to buy items among other things is in korean and he didn't make the video to fix this could someone help me with my login screen when you are going to log in with the character this is also like that I would like to know where I move to fix this problem from now I thank you for your attention

    IMG-20210325-WA0004.jpeg

    IMG-20210325-WA0006.jpeg

    IMG-20210325-WA0008.jpeg


  10. muito obrigado mano nota 10 so preciso resolver agora o problema do meu outro npc encantador de armas ele pede o livro de encantamento e 100k e depois fala que nao pode pegar na minha arma agora sendo que eu ja tenho tudo que ele pede nao sei se ele ta bugado porque la em malagno eu levo os itens que pede e o npc encanta minha arma e meu npc nao encanta


  11. 15 hours ago, Ihurybro said:

     

    desculpe, não sou bom em inglês, mas tentarei ajudá-lo!

    Primeiro envie o script ou para onde o erro aparece em seu arquivo de script buffsvip.txt
    Exemplo o erro aparece no emulador.

     

    pois meu npc buff vip eu uso se
    para rodar o comando Hercules, e exibindo uma mensagem para o usuário que ele não é VIP, se acontecer ele e VIP, o sistema pula e buffa o usuário, sem que a mensagem apareça.

     

    mas existem várias maneiras de fazer um npc de buffs vip, na mensagem acima acabei de dar um exemplo.

    bro i'm going to post here my npc then u take a look there i don't know what his problem is i click on it and my character petrifies the ADM when it's normal peronage it doesn't petrify nor buffa

    buffervip.txt


  12. friend I have the same problem did not solve this charming weapon npc I click on him and he says the same thing I can’t touch his gun now I went to Malagdo and there they ask for level 4 team I got a kaiser fist without slot he puts the gun with the property all right in malagdo more with the npc will not even stick I want to know what the problem with this npc the guys makes the script not put nor how to use the npc i'm new in the ragnarok area like so many others people I took straightened the line 247 I took what the guy left there ready that he set up and he still has a problem I don’t know if it’s some item that he’s missing because he has the handle and I have no slot for the enchantment book I wonder if anything else is missing?


  13. good afternoon i doubt a npc i downloaded i don't remember if it was here on the site or if it was from somewhere else and an npc that calls charming weapons my ta configured prt_in, 22,73 the problem he asks for a book of enchantments i already have this item and he asks 100,000 to do the process as soon as he doesn't start he says that it is not possible to touch the item now i wanted to know why he doesn't charm gun I have a monk's fist with 115 damage it has no slot I took 2 strength stones + 10 and it does nothing anyone could help me with this problem people this npc has no error whatsoever the error I had I fixed his problem and just that he doesn’t want to charm the gun I wanted to know how do I proceed because when I downloaded it he didn’t explain anything how it worked

    Encantador.txt


  14. good morning i'm having a problem i created my server ragnarok the npc i have buffsvip it is petrifying my ADM i was wondering how do i get my ADM to receive these buffs by clicking npc i went to test with normal player he neither buffa and how i create the account with the vip user in the phpmyadmin table  I went to try to put a video here said that it can only up to 6mb so I give up to put someone else can help me I have been doing this for more than 5 days


  15. /*
    
    Player groups configuration file
    ---------------------------------
    
    This file defines "player groups" and their privileges.
    
    Each group has its id and name, lists of available commands and other
    permissions, and a list of other groups it inherits from.
    
    
    Group settings
    --------------
    <id>
    Unique group number. The only required field.
    
    <name>
    Any string. If empty, defaults to "Group <id>". It is used in several @who
    commands.
    
    <level>
    Equivalent of GM level, which was used in revisions before r15572. You can set
    it to any number, but usually it's between 0 (default) and 99. Members of
    groups with lower level can not perform some actions/commands (like @kick) on
    members of groups with higher level. It is what script command getgmlevel()
    returns. Group level can also be used to override trade restrictions
    (db/item_trade.txt).
    
    <commands>
    A group of settings
        <command name> : <bool>
    or
        <commandname> : [ <bool>, <bool> ]
    First boolean value is for atcommand, second one for charcommand. If set to
    true, group can use command. If only atcommand value is provided, false is
    assumed for charcommand. If a command name is not included, false is assumed
    for both atcommand and charcommand.
    For a full list of available commands, see: doc/atcommands.txt.
    Command names must not be aliases.
    
    <log_commands>
    Boolean value. If true then all commands used by the group will be logged to
    atcommandlog. If setting is omitted in a group definition, false is assumed.
    Requires 'log_commands' to be enabled in 'conf/logs.conf'.
    
    <permissions>
    A group of settings
        <permission> : <bool>
    If a permission is not included, false is assumed.
    For a full list of available permissions, see: doc/permissions.txt
    
    <inherit>
    A list of group names that given group will inherit commands and permissions
    from. Group names are case-sensitive.
    
    Inheritance results
    -------------------
    Both multiple inheritance (Group 2 -> Group 1 and Group 3 -> Group 1) and
    recursive inheritance (Group 3 -> Group 2 -> Group 1) are allowed.
    
    Inheritance rules should not create cycles (eg Group 1 inherits from Group 2,
    and Group inherits from Group 1 at the same time). Configuration with cycles is
    considered faulty and can't be processed fully by server.
    
    Command or permission is inherited ONLY if it's not already defined for the
    group.
    If group inherits from multiple groups, and the same command or permission is
    defined for more than one of these groups, it's undefined which one will be
    inherited.
    
    Syntax
    ------
    This config file uses libconfig syntax:
    http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files
    */
    
    groups: (
    {
        id: 0 /* group 0 is the default group for every new account */
        name: "Player"
        level: 0
        inherit: ( /*empty list*/ )
        commands: {
            /* no commands by default */
        }
        permissions: {
            /* without this basic permissions regular players could not
             * trade or party */
            can_trade: true
            can_party: true
        }
    },
    {
        id: 1
        name: "Super Player"
        inherit: ( "Player" ) /* can do everything Players can and more */
        level: 0
        commands: {
            /* informational commands */
            @commands: true
            @charcommands: true
            help: true
            rates: true
            uptime: true
            showdelay: true
            exp: true
            mobinfo: true
            iteminfo: true
            whodrops: true
            @time: true
            jailtime: true
            hominfo: true
            homstats: true
            showexp: true
            showzeny: true
            whereis: true
            /* feature commands */
            refresh: true
            noask: true
            noks: true
            @autoloot: true
            alootid: true
            autoloottype: true
            autotrade: true
            request: true
            @go: true
            breakguild: true
            channel: true
        }
        permissions: {
        }
    },
    {
        id: 2
        name: "Support"
        inherit: ( "Super Player" )
        level: 1
        commands: {
            version: true
            where: true
            jumpto: true
            who: true
            who2: true
            who3: true
            whomap: true
            whomap2: true
            whomap3: true
            users: true
            broadcast: true
            localbroadcast: true
        }
        log_commands: true
        permissions: {
            receive_requests: true
            view_equipment: true
        }
    },
    {
        id: 3
        name: "Script Manager"
        inherit: ( "Support" )
        level: 1
        commands: {
            tonpc: true
            hidenpc: true
            shownpc: true
            loadnpc: true
            unloadnpc: true
            npcmove: true
            addwarp: true
        }
        log_commands: true
        permissions: {
            any_warp: true
        }
    },
    {
        id: 4
        name: "Event Manager"
        inherit: ( "Support" )
        level: 1
        commands: {
            monster: true
            monstersmall: true
            monsterbig: true
            killmonster2: true
            cleanarea: true
            cleanmap: true
            item: [true, true]
            zeny: [true, true]
            disguise: [true, true]
            undisguise: [true, true]
            size: [true, true]
            raise: true
            raisemap: true
            day: true
            night: true
            skillon: true
            skilloff: true
            pvpon: true
            pvpoff: true
            gvgon: true
            gvgoff: true
            allowks: true
            me: true
            marry: true
            divorce: true
            refreshall: true
        }
        log_commands: true
        permissions: {
            can_trade: false
            any_warp: true
        }
    },
    {
        id: 10
        name: "Law Enforcement"
        inherit: ( "Support" )
        level: 2
        commands: {
            hide: true
            follow: true
            kick: true
            disguise: true
            fakename: true
            option: true
            speed: true
            warp: true
            kill: true
            recall: true
            ban: true
            block: true
            jail: true
            jailfor: true
            mute: true
            storagelist: true
            cartlist: true
            itemlist: true
            stats: true
        }
        log_commands: true
        permissions: {
            join_chat: true
            kick_chat: true
            hide_session: true
            who_display_aid: true
            hack_info: true
            any_warp: true
            view_hpmeter: true
        }
    },
    {
        id: 99
        name: "Admin"
        level: 99
        inherit: ( "Support", "Law Enforcement" )
        commands: {
            /* not necessary due to all_commands: true */
        }
        log_commands: true
        permissions: {
            can_trade: true
            can_trade_bound: false
            can_party: true
            all_skill: false
            all_equipment: false
            skill_unconditional: false
            use_check: true
            use_changemaptype: true
            all_commands: true
            hchsys_admin: true
        }
    }
    )
    

     

×
×
  • Create New...

Important Information

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