Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/11/19 in all areas

  1. Marketplace link: rAthena Language Support - Visual Studio Marketplace This extension now lives in rAthena organization, my own fork has been archived. This extension provides rAthena-flavored Athena language syntax highlighting and code snippets and automatically highlights files with .rascript extension. Automatic rAthena script detection for .txt files is coming soon. The following is the non-exhaustive list of code snippets provided by Athena Language Support. * `defnpc`, `defnpcfloat`, `defwarp`, and `defshop` (In-game objects definition) * `deffunction` (Function definition) * `On:` event handler snippet * `for`, `while`, `do` flow control snippet report issues: https://github.com/rathena/vsce-rathena-language-support/issues Special thanks to @JoWei for the base extension for Atom.
    1 point
  2. Você pode remover a mensagem em conf/map_msg_por.conf mas não recomendo... Vai acabar interferindo na funcionalidade normal do jogo, não apenas do comando. Pode postar o dif do atcommand aqui? Talvez eu consiga mostrar pra você onde remover a mensagem de error. É a melhor forma de resolver o problema sem causar problema em outros sistemas hehe
    1 point
  3. Você precisa criar colunas de level no arquivo job_exp.txt O arquivo atual suporta 99 leveis (pre-re) e 175 (re) No caso, se o seu servidor é pre-re, você deve criar mais 201 colunas de experiência ?, sério! Mas eu tenho um arquivo aqui do meu antigo servidor ? Substitua em db\pre-re e vê se funciona sem nenhum erro. As vezes dependente da versão do rAthena pode ocorrer algumas variações de classe. job_exp.txt
    1 point
  4. So here's the story why i created something like this. well all of us surely want some custom items so we took some from other servers grf. and yes, A LOT OF THEM. but come on..... If you took hundreds of them, you will surely take time to edit the following 1. Item Names 2. accessoryid.lub 3. accname.lub 4. iteminfo.lua .. (well i haven't created this one yet since im still thinking of a way to make one faster) So what i created will help you to do the things i mentioned above. For now it's still on the make, and i want to ask if there are things you still want to make easy. Just reply!. This is still on beta, so currently NO BROWSE BUTTON but will surely put it there. and also "save file to" for generating lub.
    1 point
  5. For test (Remove all hat_effects and add selected effect to char) ID 0 = no effect prontera,170,180,1 script Test hat effect#test_effects 122,{ for(.@i = 0; .@i < 100; ++.@i){ hateffect .@i,false; } input .@ID; hateffect .@ID,true; end; } Script info: https://github.com/rathena/rathena/blob/master/doc/script_commands.txt *hateffect(<Hat Effect ID>,<State>); This will set a Hat Effect onto the player. The state field allows you to enable (true) or disable (false) the effect on the player. The Hat Effect constants can be found in 'src/map/script_constants.h' starting with HAT_EF_*. Requires client 2015-05-13aRagEXE or newer. You can change effects in your data.grf (hateffectinfo.lub) hatEffectID = effect ID
    1 point
  6. Version 1.0

    3187 downloads

    this is the poring collection that i previously grabbed from The Sprite Repository. inside got about 25 custom poring sprites ... previously i have edited the name of each sprites which allow me to install all the mob sprite into the test server of mine easily. I dont own any of these sprite .. and I dont know who are the original users who start to distribute it since the source no longer available. Do remain any credits of respective author if you know.
    Free
    1 point
  7. Version 1.1.0

    1033 downloads

    Hello peoples, I've been asked recently to create official instances that aren't release on rathena yet. So here's my version of Infinite Space instance, based over infos took here and there, videos and divine-pride database. In the rar, you'll find all you need, including Instance file, mob, item and quest db. You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side. Have fun.
    Free
    1 point
×
×
  • Create New...