Jump to content

Skorm

Forum Moderator
  • Posts

    1274
  • Joined

  • Last visited

  • Days Won

    35

Skorm last won the day on November 3

Skorm had the most liked content!

About Skorm

  • Birthday 06/01/1991

Profile Information

  • Gender
    Male
  • Location
    Ɵ Chosen Hopeless Nothing
  • Server
    rAthena
  • Github: Skormie
  • Discord: verylargetrucks
  • Interests
    Scripting, C++, and Game Development.

Contact Methods

Recent Profile Visitors

18749 profile views

Skorm's Achievements

  1. Not necessarily you could give the enhancement incrementally +10 to all stats for each refine with enriched elunium or if you really want the effect to happen all at once you could give it a stat bonus of +0 all stats until +10. Remove the +0 stat bonus if the refine it with normal elunium. Weapon bonuses can be 0 but are still set and retained through trades etc.
  2. The problem with this approach is what's stopping the A.I. from summoning more slaves? Wouldn't recommend having a loop. I like the command idea, but I think this is the wrong application for it. What would be better is my previous suggestion of a completely different duplicate mob that doesn't spawn slaves. This is pretty simple to achieve with mob_avail. You can also look into adding a new mapflag that prevents summoning slaves on a map: `mf_monster_noslaves` Honestly summoning slaves might be a skill that mobs use so maybe you could use the restricted map flag. I'm not entirely sure if that applies to mobs though.
  3. Thanks it's mainly for the search engines. What if someone else has the same question as you? They wouldn't find it buried under this topic. While your question might be related, it isn't exactly the same.
  4. This is topic hijacking btw. I would recommend creating another version of the MVPs without the slave spawns.
  5. This is a stupid bug what the early sf function I made. Replace it with f_DisplayPages. You should be able to find it with a quick search on rAthena.
  6. @Dolphin86 This is a problem I've run into when accessing an NPC that is on a map you're not on. Instead of "end" you could try "close". Or just warp the player where they are and it'll unstuck them.
  7. I'm just now seeing this and don't have the time to test things out, but I've had problems warping players with similar BG scripts. I can't exactly remember what the problem was because its been years, but you should try collecting all of the players cids/aids for each team and then warping them individually instead of mapwarp/partywarp.
  8. Oh I love this! Fantastic script idea.
  9. - script loginnnnnn -1,{ OnPCLoginEvent: announce strcharinfo(0) + " Logged in.",bc_all; end; } -<tab>script<tab>loginnnnnn<tab>-1,{
  10. I love the concept also the site is very responsive and minimal, but includes all of the data and shortcuts to it you might expect. Keep up the good work.
  11. Skorm

    MVP points

    Search for "MVP ladder" you will find plenty of scripts that do just this.
  12. If you're looking for something clientside there are various launchers with some serverside communication. For example rgzlauncher. You'd need to send a custom packet/message to the launcher which exists at the same time as the client and then run the application from that launcher. You could also just create your own launcher which does something similar.
  13. I'm pretty sure detecting if a player produced an item requires a source mod probably with an event similar to the OnPC events.
  14. The points are just a custom temporary character variable. rathena/doc/script_commands.txt at master · rathena/rathena · GitHub I think it might be more appropriate to use a permanent character variable for that instead. This is how you can define a shop that uses the custom points. rathena/doc/script_commands.txt at master · rathena/rathena · GitHub Here it describes how the different shop points are used. rathena/doc/script_commands.txt at master · rathena/rathena · GitHub @Racaae's answer shows pretty clearly how you can do something from an item. "Task" is very vague. What do you want the player to do specifically?
  15. @Tero Great stuff. I love your enthusiasm for modding and learning. Wish we all still had it. Keep it up.
×
×
  • Create New...