Jump to content

Creobnil

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

2913 profile views

Creobnil's Achievements

Poring

Poring (1/15)

3

Reputation

1

Community Answers

  1. Glad I could help. :> In the doc folder is a mob_db_mode_list.txt with all the modes available.
  2. I cant help that much since I dont have that much know knowledge about c++ or rathena in general. But I'm working on something similear that I can't get working the way I want it to. I think your problem could be that you only use 1 mode instead of putting them together. BUILDIN_FUNC(clone) in script.cpp used mode=static_cast<e_mode>(script_getnum(st,8)); to convert the string into modes. So maybe using static_cast<e_mode>(your modes) would do the trick? So as a example in your case: mob_clone_spawn(pl_sd, sd->bl.m, x, y, "", master, static_cast<e_mode>(0x3885), 2, 20000); This made my clones able to attack and use skills. I have no idea what the static_cast thingy is actually there for though, and just copied what I thought was right. So you probably still have to try around and see what you actually have to take there. If it helps let me know.
  3. Sadly I can't use my external IP Adress because I only have IPv6 and It seems like I can't assign/open ports over an IPv4 tunnel. Since all of us are connected with the same router I tried using my internal IP, what normally worked, but got me to this problem this time around. Thank's for the help though. :3
  4. The server is running on my PC. Here's the files. Don't think I've changed anything becides the map IP there If I remember correctly? char_athena map_athena And thanks for the fast reply. :3
  5. UPDATE: I'm stupid and after a while I realized that the server put me on different named maps than my friends. (izlude_b instead of izlude and similear stuff. Like I'm on a different channel.) I could just @warp over to their map and we would see each other. I actually didn't know this "channel system" just for the starting area was a thing, sry for everyone that I bothered with my question. xD I just removed the different starting points from char_athena.conf.
  6. But arent those for hitting enemies? I want to activate bonus scripts when the player gets hit by an enemy skill. How would I need to use the command to make it work on getting hit by a certain skill?
  7. Hey everyone, Im trying to add some Itemscripts that activate when hit by a certain skill or element. So Im able to do stuff like giving the player a chance to increase wind resistance for a few seconds after beeing hit by a wind skill and something like that. Does anyone know how to do something like that with scripts or do I need to do a source edit? And if its not possible with script how hard would it be to add something like autobonus <bonus script>,<rate>,<duration>{,<flag>,{<other script>}}; that activates after beeing hit by a certain skill? Im thankfull for any help you can give :3
  8. I would like to change the Bgm of a map on different times while the server is running. I guess the best way to do so would be a mapflag that marks a map to play a certain bgm when you enter it. Something like: prontera mapflag playbgm "06.mp3" So it would be easy to change the bgm for all players all the time. I guess something like that would be easy to implement but to be honest I have no idea how. ^^" Is anyone able to do It or can help?
  9. I don't want to beg or anything.. but is someone able to make a 2014-02-05b version from this? xD I would love to use it but have no idea how to make one... D:
  10. Hey everyone, I need a bit help with a new script command... I want a command like "instance_init", but for one map at the time only. It doesn't have to be a complete new command. It would be enough to change instance_init like I need it.. I need something like this: instance_initmap "<map name>"{,<instance id>}; or instance_init <instance id>{,"<map name>"}; Example: set $instanceID, instance_create("New Instance",0,IOT_NONE); // Create the instance instance_attachmap("prontera",$instanceID,1,"Cursed Prontera"); // Attach a map to the instance instance_attachmap("prontera",$instanceID,1,"Blessed Prontera"); // Attach a second map to the instance instance_initmap "Cursed Prontera",$instanceID; // Only initialize the first one I want to add maps to the instance on different points later on but cant initialize them because the instance already was initialized before. Is it possible to do something like above? A changed instance_attachmap would work too, if it's easier to make. Something like instance_attachmap2(), and it would work like instance_attachmap only with the difference that it will initialize the map after it was attached to the instance. So is anyone here able to, or wants to help me creating this command? I don't even know how to start. ^^" Hopefully someone knows what i meant. My English is not the best. D:
  11. Hey everyone, i need a bit help with adding an custom skill... The skill dont even need to do something, it is for visual/quest purpose only and should be a permanent passive skill. The Problem is, everytime i try to learn it with "skill 8501,1,0;" i get a [Error]: pc_skill: Skill with id 8501 does not exist in the skill database from the server. I used this guide http://rathena.org/wiki/Adding_new_skills and addet the skill to My Question, did i forget something? When i start the server it shows that the new skill was successfully loaded with the skill_db.txt No Errors until the moment i want to learn it. So nothing happens at all. Any ideas? Thanks. :3
  12. Is it possible to change the color of the black background in a custom made map? Like in Yuno? There is a blue background with the cloud2 weather effect over it. So it looks like the sky. Any Ideas? xD Thanks. ^^
  13. Creobnil

    NO BGM!

    Download this mp3: http://k003.kiwi6.com/hotlink/pee0rz3415/01.mp3 http://k003.kiwi6.com/hotlink/pee0rz3415/01.mp3 put it into your bgm folder and try again. EDIT: I've tried a little bit... some clients seem to crash with the new bitrate bgm :/ so bitrate changing is no solution. xD
  14. Well.. i dont think this is a Anime but i currently watch Legend of Kora. xD Im not that big anime fan.. but i watched a few.. - K-On! - Spice and Wolf - Chobits - Astarotte's Toy - Kore wa Zombie desu ka? The half of the anime ive watched are already listed.
  15. Creobnil

    NO BGM!

    I think its the bitrate. I have the same problem. It dont play any bgm, with and without all the files. Then i changed the bitrate of a few songs in the bgm folder (like the opening) and the changed files works now in game. Dont know why i have to do that. Dont want to edit all the bgm files. xD Can this be a issue with client or lua?
×
×
  • Create New...