Jump to content

exchisu

Members
  • Content Count

    59
  • Joined

  • Last visited

Posts posted by exchisu


  1. FIXED ! for future problems

     

    The problem was, how u guide me on luas, i was putting the luas on data/luafiles not in data/luafile514/luafiles

     

    and i need to write in in Mayus, without mayus the exe drop a error with accanme nid a nil value.. or something.

     

    thanks for all for response!

    ZSaHsPt.png


  2. Check View id inside your item_db

     

    24230,White_Feather_Beret,White Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2000,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24231,Silver_Feather_Beret,Silver Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2001,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24232,Red_Feather_Beret,Red Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2002,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24233,Purple_Feather_Beret,Purple Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2003,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24234,Pink_Feather_Beret,Pink Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2004,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24235,Orange_Feather_Beret,Orange Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2005,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24236,Green_Feather_Beret,Green Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2006,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24237,Gold_Feather_Beret,Gold Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2007,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24238,Cyan_Feather_Beret,Cyan Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2008,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24239,Brown_Feather_Beret,Brown Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2009,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24240,Blue_Feather_Beret,Blue Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2010,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}

    24241,Black_Feather_Beret,Black Feather Beret,4,30000,,600,,1,,0,0xFFFFFFFE,63,2,256,,0,1,2011,{ bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; },{},{}


  3. Hi anybody, i dont have more remedy to post, i read all tthe guides and nothing.. and come here to see more advice

    I add Colors feather berets, and the problem is when im going to use it, dont show the hat, are 12 Fb in total, no one show the hat.

    ZUNTGRh.png

    Well, after so many trys of Id View cuz another are busy, i decided to use a new Id View the 2000+ 

    I edit the Lua and lub files, for more security

    I diff another client with Diff Id View increase to 5000, With the id view 5000 and With out. the two ways.

    n0DdLMY.png

    I diff with: Load Lua before lub, for test, i diff the to ways, with out and with

    I read some problems solve puting a Coma ( ,) in the last one, I try with the Coma and with out Coma ! i put it, drop out, everything! 

    accessoryid.lua

    Código: [seleccionar]

    ACCESSORY_WHITE_FEATHER_BERET = 2000,
    ACCESSORY_SILVER_FEATHER_BERET = 2001,
    ACCESSORY_RED_FEATHER_BERET = 2002,
    ACCESSORY_PURPLE_FEATHER_BERET = 2003,
    ACCESSORY_PINK_FEATHER_BERET = 2004,
    ACCESSORY_ORANGE_FEATHER_BERET = 2005,
    ACCESSORY_GREEN_FEATHER_BERET = 2006,
    ACCESSORY_GOLD_FEATHER_BERET = 2007,
    ACCESSORY_CYAN_FEATHER_BERET = 2008,
    ACCESSORY_BROWN_FEATHER_BERET = 2009,
    ACCESSORY_BLUE_FEATHER_BERET = 2010,
    ACCESSORY_BLACK_FEATHER_BERET = 2011
    accname.lua
     

    Código: [seleccionar]

    [ACCESSORY_IDs.ACCESSORY_Black_Feather_Beret] = "_Black_Feather_Beret",
            [ACCESSORY_IDs.ACCESSORY_Brown_Feather_Beret] = "_Brown_Feather_Beret",
            [ACCESSORY_IDs.ACCESSORY_Gold_Feather_Beret] = "_Gold_Feather_Beret",
            [ACCESSORY_IDs.ACCESSORY_Green_Feather_Beret] = "_Green_Feather_Beret",
            [ACCESSORY_IDs.ACCESSORY_Cyan_Feather_Beret] = "_Cyan_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_Blue_Feather_Beret] = "_Blue_Feather_Beret",
            [ACCESSORY_IDs.ACCESSORY_Orange_Feather_Beret] = "_Orange_Feather_Beret",
            [ACCESSORY_IDs.ACCESSORY_Pink_Feather_Beret] = "_Pink_Feather_Beret",
            [ACCESSORY_IDs.ACCESSORY_Purple_Feather_Beret] = "_Purple_Feather_Beret",
            [ACCESSORY_IDs.ACCESSORY_Red_Feather_Beret] = "_Red_Feather_Beret",
            [ACCESSORY_IDs.ACCESSORY_Silver_Feather_Beret] = "_Silver_Feather_Beret",
            [ACCESSORY_IDs.ACCESSORY_White_Feather_Beret] = "_White_Feather_Beret"
    and meanwhile i edit the lub directly too, for more security

    accesoryid.lub
     

    Código: [seleccionar]

    ACCESSORY_WHITE_FEATHER_BERET = 2000,
    ACCESSORY_SILVER_FEATHER_BERET = 2001,
    ACCESSORY_RED_FEATHER_BERET = 2002,
    ACCESSORY_PURPLE_FEATHER_BERET = 2003,
    ACCESSORY_PINK_FEATHER_BERET = 2004,
    ACCESSORY_ORANGE_FEATHER_BERET = 2005,
    ACCESSORY_GREEN_FEATHER_BERET = 2006,
    ACCESSORY_GOLD_FEATHER_BERET = 2007,
    ACCESSORY_CYAN_FEATHER_BERET = 2008,
    ACCESSORY_BROWN_FEATHER_BERET = 2009,
    ACCESSORY_BLUE_FEATHER_BERET = 2010,
    ACCESSORY_BLACK_FEATHER_BERET = 2011
    accname.lub
     

    Código: [seleccionar]

    [ACCESSORY_IDs.ACCESSORY_BLACK_FEATHER_BERET] = "_Black_Feather_Beret",
    [ACCESSORY_IDs.ACCESSORY_BLUE_FEATHER_BERET] = "_Blue_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_BROWN_FEATHER_BERET] = "_Brown_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_GOLD_FEATHER_BERET] = "_Gold_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_GREEN_FEATHER_BERET] = "_Green_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_CYAN_FEATHER_BERET] = "_Cyan_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_ORANGE_FEATHER_BERET] = "_Orange_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_PINK_FEATHER_BERET = "_Pink_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_PURPLE_FEATHER_BERET] = "_Purple_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_RED_FEATHER_BERET] = "_Red_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_SILVER_FEATHER_BERET] = "_Silver_Feather_Beret",
        [ACCESSORY_IDs.ACCESSORY_WHITE_FEATHER_BERET] = "_White_Feather_Beret"

     

    For any dudes, i already have the act and spr, but i didnt have the Cyan and blue, then i add them to:

     



    AF2Lwt9.png

    S7KecOC.png

    dM6Im8S.png

    lhgdrjv.png


  4. Umm... because that's only part of script? You need to input it into NPC yourself >.>

    Not to mention input the item giving or some messages inside :P

     

    didnt understand, can you explain a little better ?


  5. uhmm.. when i put your script, in the Case 1:

     

    and end the script with } appear 

     

     Missing 1 right curlys at file xxx  line '28'.

     
    and.. if i put the curly appear: unexpected end of script
     
     * 28 : }
     
     
    wtf ?

  6. First of all, each character has 2 IDs actually: accID ( getcharid(3) ) and charID( getcharid(0) ), since there are usually less accounts than characters, you may check with comparing accID instead of charIDs. Are there any criterias at which you decide if to give or not to give? If so you can run a query, and get all the IDs into an array, and then compare with it. Or if you're using consecutive IDs you may check for intervals. Otherwise setting an array manually is probably the only way?

     

    actually 

     

    NgRL7sY.png

     

    i can use the account_id or userid 

     

    but i dont know how to check that, thats why i need help...

     

    if i put an if for user account_id or userid ill put manualy in the script, like if( user id = 20000) give the item only one time.  then the user with acc id(20000) is going to speak with the npc, the npc give the item, and that's all. 

     

    and the same for all the ids what ill put in the script.


  7. Hi, well im doing a script who gave u a designet hat. But is only one. and is going to design by me.

     

    more explain, ill put all the userid on the script and when the people talk with the npc with the user id what i put on the script ill receive the hat. if the userid isnt in the script dont give nothing.

     

    Well i dont know that part.. how to validate the userid... like if(@userid =="theuserIDwhatiput")... but i need to put so much userids.. no just one..

     

    that, anybody can help me to how to validate that ?


  8. mira, si vas a usar NO-IP tienes que colocar todas las IP con el No-IP...

     

    para que sirve el no-ip para las personas que tienen Ip dinamicas y les cambia y etc etc... entonces se usa no-ip, si tienes ip dinamica, solamente cada vez que logeas el server abres el no-ip... 

    y tienes que usar la no-ip.. no una NO-IP y otra tu IP


  9. como es eso... haces el enrutamiento con NO-IP ?

     

    y que IP tienes dentro de tu clientinfo.xml ?

     

    si estas usando no-ip tienes que colocar el no-ip dentro de tus configuraciones y no tus ip, y el no-ip tiene que estar encendido obviamente... y tiene que estar dentro del clientinfo de tu carpeta data/grf, y tambien dentro de la config del emulador


  10. Hi anybody, today i was design a new win make
     
    well.. after that i forget my server is runnig with the "new" win make : win make is the windows where you create a new character (novice)
     
    Im just using 2012-04-10
     
    I have this Win Make
     
    hex3.png
     
    I wanna use the old win make, this:
     
    0e6aBR7.png
     
    Why? because i can do my own design
     
    The new clients have that new win make? how can i change to the older win make ? obviously without change my client
     
    Thanks

  11. Hola a todos! hoy estaba haciendo la parte de diseño de mi server
     
    y bueno despues de tener casi todo listo olvide que tengo el win make, en donde haces un nuevo Novice.
     
    tengo el Cliente 2012-04-10
     
    y me sale este:
     
    hex3.png
     
    y yo quiero usar el antiguo, que es este, en donde tu seteas los puntos al principio
     
    0e6aBR7.png
     
    el porque, porque puedo incorporar diseño propio.
     
    Creo que el cliente 2012 viene ya seteada esa opcion, pero hay alguna posibilidad de cambiar algo en alguna opcion, que use el antiguo win make? Sin tener que cambiar de cliente obviamente.

  12. Tiene toda la pinta de que se están perdiendo paquetes entre el cliente y el servidor.

     

    ¿Cómo averiguarlo? Prueba por ejemplo abriendo la consola de comandos (ejecutar, ejecuta cmd) y haz ping a la máquina donde el servidor que tengas se hospede (ping paginaweb.com).

     

     

    Lo mismo que jaBote... tienes un packet loss... porque dices que aveces funciona y aveces no.. entonces es como what? para resolverte el packet loss son packetes enviados que no se reciben y al no recibirlos no se ejecuta la acción, en este caso que no te responde al hacerle 1 click

×
×
  • Create New...

Important Information

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