Jump to content

Edgar

Members
  • Content Count

    33
  • Joined

  • Last visited

Posts posted by Edgar


  1. La unica ocasion que me sucedio algo similar, es cuando descomprimí la carpeta en lugar de usar el GIT.
    Cuando lo realizas de esa forma se ponen permisos de solo lectura.
    Simplemente restaura los permisos.

    Google Translator:
    The only occasion that happened to me something similar, is when I unzipped the folder instead of using the GIT.
    When you do it that way, you get read-only permissions.
    Simply restores the permissions.

    Simply restores the permissions.


  2. 1.) Server name (if Live server)

     
    -
     
    2.) Website (if Live server)
     
    -
     
    3.) Favorite Script
     
    [Add-On] Recent | Favorite Warps (Euphy's Warper)
     
     
    4.) Least Favorite Script
     
    Soul Link Boost: Single Strip bypass FCP
     
    5.) Custom Modifications done to script any Used scripts by Me (for potential updates to current script made) If you feel uncomfortable with sharing your "unique code/idea (cough all you closed source mofos, you know who you are)" simply label "None" to this question.
     
    Language
     
    6.) New NPC Script/System/Instance you would like to see from me.
     
    Custom BGs

  3.  

    hi everybody, may i know how to change BakonawaLake instance cooldown. On original hercules server it's cooldown on 7 days

     

    i need to change it on 24hur.

     

     

    sorry for my english

     

    go to db/quest_db.conf

     

    find

     

    {	Id: 12278	Name: "Towards Bakonawa Lake..."	TimeLimit: 604800},

    change the timelimit to 3600 i think to make it 24 hrs. :)

     

    3600 = 1hr

    86400 = 24hr


  4. ¿Podrías dar mas datos? 
    ¿Que sistema operativo usas?

    De momento intenta
    Click derecho
    Propiedades
    Pestaña Compatibilidad
    Opcion -> Ejecutar este programa en modo de compatibilidad para
    Menu -> Windows XP (Service Pack 3)
    Mas abajito...
    Opcion -> Ejecutar este programa como administrador

     


  5. Pues aparentemente esta todo bien declarado, la verdad lo único que resta es que no estén los spr y act acomodados correctamente.

    Por que no pruebas a usar otro spr y act con el mismo nombre, aunque no seas la imagen que deseas, puede ser cualquier hat; solo para descartar que realmente sirvan tus spr.

    ¿Puedes poner imagen de como pusiste los GRF en la carpeta sprite?

    ¿Los declaraste tanto como para Male como para Female?


  6. Puedes agregar al tema las partes correspondientes a :

    - accname.lua

    - accessoryid.lua

    - System/ItemInfo.lub

    - y de tu DB.

     

    ----

    Por darte un ejemplo:

    - accname.lua

      [ACCESSORY_IDs.ACCESSORY_GREEN_SOCCER_BALL] = "_GREEN_SOCCER_BALL",

    - accessoryid.lua

      ACCESSORY_GREEN_SOCCER_BALL = 1201,

    - System/ItemInfo.lub

    	[26001] = {		unidentifiedDisplayName = "",		unidentifiedResourceName = "",		unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier]."		},		identifiedDisplayName = "Green Soccer Ball",		identifiedResourceName = "GREEN_SOCCER_BALL",		identifiedDescriptionName = { "FootBall"		},		slotCount = 0,		ClassNum = 1201	},

    - En la DB

    {	Id: 26001	AegisName: "green_soccer_ball"	Name: "Green Soccer Ball"	Type: 5	Buy: 20	Weight: 1	Loc: 256	Refine: false	View: 1201},

  7. Mira, todo junto me es complicado subirlo. Pero te puedo pasar de momento la carpeta Tools, quizás pueda subir lo demás en algún momento del fin de semana.

    https://mega.co.nz/#!jUZ3XR7L!S_Ncoti1qZzOtDu6EoBvGUTTOrphZUFOKT3glFoEeM0

     

     

    ----

     

     

    Bueno, al final fue mas rapido la subida de lo que esperaba.

    https://mega.co.nz/#!2ZRzzQQS!EREsbQPzXLgu2kFRVlQ_w8_2KcQGa-_0qShSBvjYlJE
    2013-12-23_Client_Side_Files

    El 2013-12-23Ragexe_Full_Client Me sería imposible. 


  8. I have this problem

     

     

    #         CC      costumeitem.c
    # In file included from costumeitem.c:18:
    # ../map/pet.h:77: error: field ‘ud’ has incomplete type
    # ../map/pet.h:78: error: field ‘vd’ has incomplete type
    # make[1]: *** [../../plugins/costumeitem.so] Error 1
    # make[1]: Leaving directory `/root/Desktop/Hercules/src/plugins'
    # make: *** [plugins] Error 2

     

    Please, help  :)


  9. Is there a way to validate if you have an item in your inventory?

    if ( !checkvending() && !checkchatting() && !getmapflag( strcharinfo(3), mf_nowarp ) && !getmapflag( strcharinfo(3), mf_nowarpto ) && !getmapflag( strcharinfo(3), mf_noteleport ) && !getgmlevel() && checkidle() < .idle && BaseLevel >= .level ) { // not vendor, not inside an event map and excluding GMs

    imagine is here, but I do not know how to declare it.

    -------------

     

    ok i tried these (from wiki)
    && countitem(512) >= 5
    and it seems to work >=)

×
×
  • Create New...

Important Information

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