Jump to content

Söel

Members
  • Content Count

    74
  • Joined

  • Last visited


Reputation Activity

  1. Like
    Söel reacted to Aeromesi in [Utility Instance] Create your own Farm Zone Instance IN-GAME 2021 NEW!   
    unfortunately no because they have instance_db and cant create instances directly when the server is online, hercules have this feature
  2. Like
    Söel reacted to Aeromesi in [Utility Instance] Create your own Farm Zone Instance IN-GAME 2021 NEW!   
    New updates:

    1) If GM tries to reset Farm Zones via NPC or command @resetfarm while the script is enabled you cannot do that. This is a safety measure.
    2) Farm Instance Designer feature, when GM makes Farm Zone players get to know the designer behind the Farm Zone,
    3) Fixed an error when imploding an array with a length of 0 when accessing player menu (this is if GM enables Farm Zone without setting up configurations of Farm Zones)
    4) Cycling through the menu is a lot easier.
    5) Added new @command @farm which you simply type and will bring you to the main menu of the NPC without having to go to the map.
    6) New menu option to directly reset Farm inside of Farm Zone menu.

    Other information:
    There is an @resetfarm which will let you reset Farm. If Farm Zones are enabled you cannot reset them.
    There's a Mining Guy in each town which will either warp you to the main NPC in Prontera to talk to his co-worker (the Farming Instance NPC).
    He also will warp you if you die and want to re-enter the instance. (I still have to add him to renewal towns like splendide and dicastes)

    Alternative ways of entering back into Farm Zone incase of death;
    The [Farming Instance] NPC warps you in-case you die @farm command will warp player back into Farm Zone if they die.

    Screenshots:

    New menu:


    Showing the Designer of who made the instance farm zone.



    The download attachment in the original post has been updated as well as the script on my GitHub.
     
  3. Upvote
    Söel reacted to evilpuncker in item_db2 error   
    you removed a ")" in the last line
  4. Upvote
    Söel reacted to evilpuncker in WeeThumbnail   
    put WeeThumbnail.dll into your windowssystem32 folder, open cmd as admin, go to your system32 folder and write:
     
    regsvr32 /s "WeeThumbnail.dll"
  5. Upvote
    Söel reacted to Dastgir in Ultimate Guild Ranker   
    eAmod don't have direct assessment of variables, you have to change it yourself.
    like
     
    .@UGR_breaks = 1;   
    will become
     
    set .@UGR_breaks,1; 
  6. Upvote
    Söel reacted to loong in [Showcase] loong's Sprites(updata.09.21!)   
    ok.....just for show....
    If you like them,you can contact me by e-mail: [email protected]
     
     
     

     

     

     

     

     
     
     

     

     

     

     
    EX-TYPE

     

     

     
  7. Upvote
    Söel got a reaction from JulioCF in [RESOLVIDO]Erro Itens   
    traduza elas então '-'
  8. Upvote
    Söel reacted to AnnieRuru in R> Command from rA   
    sry for being sarcastic
    who cares about source code or atcommand.c
    and rathena developers are making it too complicated wahahahahahaha
  9. Upvote
    Söel reacted to AnnieRuru in noitem plugin   
    Download: 1.9
    plugin
     
    tested with
    prontera mapflag noitem 0,4,5 prontera mapflag noitem IT_HEALING, IT_WEAPON, IT_ARMOR disable player from using healing items, and preventing equip weapon and armor.
    .
    prontera mapflag noitem Poring_Card prontera mapflag noitem 4001 disable player from using Poring Card
     
     
    Credit to original author -> https://rathena.org/board/topic/59578-mapflags-noitem-and-noskill2/
    Wynn_
     
  10. Upvote
    Söel reacted to Helfgar in Visualizando sprites no windows explorer   
    Andei observando que alguns estão/estavam procurando por um programa para visualizar sprites (assim como eu). Mas são tantos sprites e visualizar um a um dá um certo trabalho. Que tal visualizar vários de uma vez só? Pois o WeeThumbnail é uma dll que faz com que isso aconteça no próprio Windows Explorer, como na imagem abaixo.





    Muitos não estão conseguindo fazer o processo no Windows 7/8/8.1. Bem, eis o que fazer para que funcione:

    1º Baixe a dll de acordo com a base do seu windows (32 bits ou 64 bits)

    https://subversion.assembla.com/svn/weetools/trunk/WeeThumbnail/x86%20and%20x64/

    2º Coloque o arquivo WeeThumbnail.dll na pasta c:windowssystem32
    3º Execute o prompt de comando como Administrador
    4º Digite (copie e cole) o seguinte comando: regsvr32 /s "%SystemRoot%system32WeeThumbnail.dll"

    Pronto. Seus problemas se acabaram.
  11. Upvote
    Söel reacted to jaBote in Ranking PvP Mooka com classes [site]   
    Vistos os dados, a consulta SQL você deveria fazer é a seguinte:
    SELECT p.`name`, p.`kills`, c.`class` FROM `pvpm_data` p LEFT JOIN `char` c on p.`id` = c.`char_id` WHERE p.`type` = 0 ORDER BY p.`kills` DESC LIMIT 50  
    Teste, e voçê me dizer.
  12. Upvote
    Söel reacted to jaBote in Ranking PvP Mooka com classes [site]   
    Já editei a minha resposta e marquei como resolvido. Feliz que serviu.
×
×
  • Create New...

Important Information

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