Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. U can remove the status from ur sql database (I think sc_statues or similar) and it should prompt again. Rynbef~
  3. It depends on the system you added, test the systems and see which one you added that started generating this error, then look for the status that this system starts, after that you add the status to your db using the status examples that are already there there
  4. Why u don't use the instances? Rynbef~
  5. Oh. That's great. If u need help I've already created it for statpoints and other files with php functions. Rynbef~
  6. Today
  7. I'm editing a server and I don't know if I made a mistake or if the renewal mechanics are like that. But the "active blitz" hits 900 total approximately (hits 5 times) and the "auto blitz" hits 300 total approximately (hitting less times... 2 or 3 times i guess and doing FULL damage to multiple enemys), or something like that. Its that normal? its the right way to "autoblitz" on renewal, or I edited unintentionally? Please, if i done a mistake, can some1 help me with the SCR code? Where to edit to make it works normally. THX (there is my "skill", "battle" and "map" cpp) map.cpp skill.cpp battle.cpp
  8. Hello, I have the same problem, I know I should add it to the status.yaml file. Could you tell me how it should be added please? thanks greetings.
  9. Thanks man. I will post an update once I tested the codes.
  10. Thank you so much for this! Great work Tokei!!
  11. Thank you, I didn't notice that before lol. Apologies, I've been looking at this screen for DAYS lol.
  12. ./athena-start start When i do that I get permission denied reply. I did 1 by 1 at your tutorial. Do you hve any idea a bout why i get this? SOLVED i saw that u need sudo chmod a+x athena-start command
  13. [Erro]: script_rid2sd: erro fatal! no associated players! [Depurar]: Function: getcharid (1 parametro): [Depurar]: Dado: number value=1 [Depurar]: Source (NPC): 3 vs 3 Party on arena_room (105,93) I'm having this error and these warnings as soon as a game ends... Then when I register again, only the party leaders enter.. I added all the code to the sorce... everything is fine, the only problem I've been encountering is this...
  14. The first link is the one that teach you how to create an item. https://rathena.org/board/topic/61862-guide-spriting-101-creating-a-sprite-and-act-file/
  15. Before have some suggestion about the SQL generator. I don't think its needed since you might change some data generated and there are already SQL generator from rathena (yaml2sql.bat) so you can use your edited YML and generate the exact SQL for it. And since I saw some users are struggling setting up server with custom max levels, maybe Ill create a generator for that too.
  16. Hi all, are rathena already have npc for honor token exchange? i can't find the script at NPC folder i need like this https://irowiki.org/wiki/Noblesse_Equipment
  17. U can use the same login server for both server and connect a second char and map server to the server. Rynbef~
  18. I liked this function, I just wanted to change it a little, someone could make this function send a request to members of the VIP party, the request would open a window asking if the member would like to go to the location of the member who called the function. Thank you very much to everyone.
  19. //Nothing stripped. - if( sd && !i ) + if (sd && !i) clif_skill_fail( *sd, skill_id ); + if (sd && tsc && sd->sc.getSCE(SC_SPIRIT) && sd->sc.getSCE(SC_SPIRIT)->val2 == SL_ROGUE) { + int item_id = 7139; // Glistening Coat + int ii; + ARR_FIND(0, MAX_INVENTORY, ii, sd->inventory.u.items_inventory[ii].nameid == item_id); + if (ii < MAX_INVENTORY) { + pc_delitem(sd, ii, 1, 0, 0, LOG_TYPE_CONSUME); + clif_emotion(src, ET_HUK); + } + } break; }
  20. Yesterday
  21. You're always a life saver Bringer. Will try these codes. How about the glist consume per success strip?
  22. you can still use the old Soul Linker Mod sample of Old Code case CR_SHIELDCHARGE: if (sd && sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_CRUSADER) skillratio += 60 * skill_lv; else skillratio += 20 * skill_lv; break; latest rathena changed the sd->sc.data[SC_SPIRIT] to sd->sc.getSCE(SC_SPIRIT) new code will be if (sd && sd->sc.getSCE(SC_SPIRIT) && sd->sc.getSCE(SC_SPIRIT)->val2 == SL_CRUSADER)
  23. Hello, is it possible for me to place two servers on a single client, a Br server and another Eng, and they find each other. Both accounts log into the same servers, what changes will be the language one will be Br/ENG.
  24. Iam looking a simple warper wich could send me to a pvp room, but all i find send me to BG's or doesn't work. What happened? In addition, dunno why commands like @duel doesnt work. Help me pls Edit: solved. Is possible to delete my own post?
  25. its working problem is. it doesnt show the slot no, on the chat box
  1. Load more activity
×
×
  • Create New...