Jump to content

eakzoi

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

eakzoi's Achievements

Drops

Drops (2/15)

  • Week One Done
  • Dedicated
  • First Post
  • Reacting Well
  • Conversation Starter

Recent Badges

0

Reputation

  1. @Emistry if one would use your method, how the EXTRA_BONUS flag is set ? Does it still need the SRC Modification or can it be done entirely through scripts ? Thank you!
  2. Ah right, okay, I'm going to try that, thank you !
  3. @WhiteEagle I understood what the function does from the beginning, but what I'm saying is that (from what I can see) the Monster Behavior is hardcoded in the Function inside the Source. It means that even if I summon 99 Players, all the 99 Players will have the exact same behavior and use the exact same skills, whereas I want to summon for example, monster 3000, 3001, 3002, 3003 each with their own behavior and stats. At least this is what seems to be the case, unless there's a way to override the monster behavior outside of the SRC code. Not to mention that all Porings (Monster ID 1002) in the game are players now lol - This is not the solution I'm looking for unfortunately. Maybe this can be done setunitdata(); like @Rynbef suggested ? Thanks for the help nonetheless !
  4. @WhiteEagle I noticed that I can change that, but like I said I would be changing that to only one behavior would I not ? I want to be able to select multiple from the mob_db. Having the monsters is fine, I just need a way to randomize how they look while in-game. If there's a way to change that function to get the behavior from an ID form the mob_db that would be perfect I think! @Rynbef Not sure I get what you said but I'll try what you suggested out and update you if I had any success ?
  5. Wow, thanks for the prompt response, and such a useful one too haha! It says on the beginning of the file to add that to script.cpp OR custom folder. I'm assuming that adding it to the .CPP file would require a server recompile or something ? If so, where exactly do I add it? Just anywhere or before / after a specific line of code? And what would be that alternative mentioned in the file (the custom folder one, is that referring to Hercules plug-in system?) @EDIT: I also realized something, it's not summoning any monster with a player skin, it's summoning a Poring with a player skin. Ideally I would like to create new monsters on the mob_db (so that I can have different behaviors, levels, skills) while also randomizing their look. So if there's a way to modify that, that would be great too! Thank you once more, and sorry for asking so many questions!
  6. Hello! I'll try to get straight to the point, but I highly appreciate the time and effort people put into this community, so thanks in advance regardless of the outcome in this post! I'm trying to make a "Fake Population" system with mob_avail.yml, but I think in order to make this have a much more realistic behavior, I wanted to be able to spawn my mobs / fake players "randomly". For example, looking at the monster spawning command that I have in hands: prontera,0,0 monster PlayerTest 3000,150,5000,4000,0,0,1 I wish I could something like: prontera,0,0 monster PlayerTest rand(3000,3100),rand(50,200),5000,4000,0,0,1 So I want to be able to pick a random MobID from that range (3000 to 3100) and a random quantity as well. I believe another option that would make this more reliable is to be able to make mob_avail support the option for random HairStyles, HairColors and HelmTop/Mid/Down through some randomization as well. I would appreciate if I could get my hands on such script (not a programmer myself) and or if someone could guide me through the steps to make mob_avail to support such a feature through changing the SRC files. Thank you!
×
×
  • Create New...