Jump to content

Ridley

Administrators
  • Content Count

    1157
  • Joined

  • Last visited

  • Days Won

    86

Everything posted by Ridley

  1. Found on my storage when doing some cleaning, credits to the original author(s) Alphamaps Alpha NPC sprites Betamaps + scripts
  2. I have the instance ready, just need some more confirmation/testing
  3. https://gitlab.com/evol/evol-tools/tree/f9e6037c7759139338f54cf3234f171e669da35f/servergreps http://www.divine-pride.net Both pretty self explaining
  4. Mhh I think there are several tools. For scripting I still prefer np++ with a custom syntax highlighter. I think many databastools doesn't work atm due to the recent changes of db structures and libconfig format. Replays I most check on divine pride or do them by myself. 4144 has a public packet comparing repo on gitlab (don't have the link on my phone) Haru provides a script checker here http://haru.ws/scriptchecker/ but it is compiled to pre-renewal Maybe one of our core devs can answer the remaining questions
  5. mesf("A little %s. Who are you?", Sex == SEX_MALE ? "boy" : "girl"); mesf("Oh! you are %s, nice to meet you.", strcharinfo(PC_NAME)); to include functions, variables, strings or whatever you need to use mesf (mes+sprintf) you can find some examples in my recent commits reference sprintf
  6. I'm not exactly sure what you want to be not loaded/removed. Add(1 adds items to the first shop Add(2 adds items to the second shop The duplicates will load those shops - shop hatmaker1 -1,909:-1 It makes sense when there is a huge ammount of items to be loaded at once.
  7. Ridley

    Doubt Clif

    Look for clif->sendbgemblem_area and clif->sendbgemblem_single
  8. using the screen command, dastgir once wrote a guide for it http://herc.ws/board/topic/6502-guide-installing-and-using-screen/?hl=screen#entry39953
  9. Run cmd via the client? Oo Iirc the clients have some ping packets (since 2012..?) but I am not if they are used
  10. mes "<ITEMLINK>This is an apple<INFO>512</INFO></ITEMLINK>";
  11. seems it is still not clear, i update the first post
  12. you got that wrong, the new one is the new one kro uses (since ~dec 2015), while the old one is the one herc (and rAthena) uses. The new one appears black because there isn't anything in this location. If you look it via browedit or smth you can see the interior of a ship
  13. that client doesnt support the new prontera, either use an old one or this fixed one by Tokei: http://www.mediafire.com/download/7hcz6u9vl4vjhb4/newprontera.grf iz_int was updated, you need the old one http://herc.ws/board/topic/12600-starter-map-iz-int-both-versions/ Note: i update it soon and this will require the new one
  14. @@Wolfeh Use item 7621 (Token of Siegfried) It is a misc item, and on death it adds the resurrection button to the game setting window (esc)
  15. Ridley

    Clan System

    k small update here. Apparently Hemagx dropped it so we had to start over. Dastgir will help out now but we have to start over again. I'm aware of rAthena's pr of the clan system, but ours will be different (there is no intention to merge theirs). Our plan is to make it configureable with a config file. We also talked about having some other neat features which will make it quite customizable (could be used for a faction system) and easy to add your own clans. No promise here, but we also try to make the clan quests included in the initial commit. As said, these are plans we have and hopefully reach soon
  16. ----> Download <---- kRO Full Client in a 7z. archive (including BGMS) No edits were made, no file deleted. Just compressing to get it below 2gb. If you want the grf only, check out my optimized ones. Q: Is it the same as this? A: Yes but 1gb smaller (1,79gb instead of 2,68gb)
  17. Yes, I am already aware of it, just had no time yet to upload a fixed one (this issue is only with the option 2 grf) edit: yes grf uses the destroyed morroc minimap, will be updated on next upload, but the restored map is the correct one
  18. // Use together with the aura_lv setting to tell when exactly to show the aura. // NOTE: You also need to adjust the client if you want this to work.
  19. I loved the Guild Masters Logo, we once did a Server Logo out of it. Thank you for all those renders, @@Mysterious will go nuts x)
  20. conf\map\battle\client.conf // Maximum allowed 'level' value that can be sent in unit packets. // Use together with the aura_lv setting to tell when exactly to show the aura. // NOTE: You also need to adjust the client if you want this to work. // NOTE: Default is 99. Values above 127 will probably behave incorrectly. // NOTE: If you don't know what this does, don't change it!!! max_lv: 99
  21. Well there is simple ro hook, but personally i gave up on that xD https://github.com/sekishi1259/SimpleROHook on the other hand there is this (controlled with @commands) http://ea-support.ws/index.php?/topic/1801-lite-graphics-plugin/
  22. no it isn't, also Rodex was updated in march16 again. Packets remain the same, still it isn't coded/supported yet (neither the old nor the new one)
  23. Those clients simply do not support mail anymore, it was replaced with the rodex system.
  24. Itadakimasu! Nice to see you here Wolfeh
×
×
  • Create New...

Important Information

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