donkeyg Posted August 22, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted August 22, 2012 there's a lot of type KoE script, but i want is it will be held everyday monday , friday, and sunday . and it's only gives reward to Guild master only (prize -> 50m Zeny and 1 angeling hat) bump i need it badly + urgent T_T bu,p Quote Link to comment Share on other sites More sharing options...
Rebel Posted October 14, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted October 14, 2012 i think there is still a bug in the script.. even though i use the patch.. i can still break the emperium even im the owner.. try it like this.. break the emp when koe is running then stop the koe.. start it again then you can break the emp again.. Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted October 14, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted October 14, 2012 I cannot reproduce your error the name in red, I can't kill it try do some debugging instead if ( s_bl->type == BL_PC && t_bl->type == BL_MOB ) { char debug[255]; struct map_session_data *sd = BL_CAST(BL_PC, s_bl); sprintf ( debug, "[Debug] mob ID: %d | map name: %s | guild ID: %d | $KOEGUILD: %d", ((TBL_MOB*)target)->class_, mapindex_id2name(sd->mapindex), sd->status.guild_id, mapreg_readreg( add_str("$KOEGUILD") ) ); clif_displaymessage( sd->fd, debug ); if ( ( ((TBL_MOB*)target)->class_ == 1288 && !strcmp( mapindex_id2name(sd->mapindex), "guild_vs1" ) ) && ( sd->status.guild_id == mapreg_readreg( add_str("$KOEGUILD") ) || battle_getcurrentskill(src) > 0 ) ) { clif_displaymessage( sd->fd, "cannot hit emperium" ); return 0; } } Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted October 15, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted October 15, 2012 (edited) After much testing I got the same results as before. Without the patch it still won't let you attack it if you not in a guild, but it does let you hit it even if you own it. With the patch I have no issues. Thanks for the support Annie. Peopleperson49 Edited October 15, 2012 by peopleperson49 Quote Link to comment Share on other sites More sharing options...
Droke Posted October 15, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 32 Reputation: 1 Joined: 12/01/11 Last Seen: March 29, 2014 Share Posted October 15, 2012 @peopleperson49 can you help me on that or any one please Quote Link to comment Share on other sites More sharing options...
Rebel Posted October 15, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted October 15, 2012 @AnnieRuru @peopleperson49 thanks already fix.. i got one last question.. how can i get the rewards after the koe ends? i cant manage to get it bcoz when the koe ends its warping my player out the guild_vs1 map.. Quote Link to comment Share on other sites More sharing options...
donkeyg Posted October 15, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted October 15, 2012 argh.......... im confusing... what should i do so i can get a perfect KoE script??=.=" Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted October 15, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted October 15, 2012 (edited) Sure sdesign what did you need help with? Donkeyg I would hope that I have the best KoE script in e/rAthena! It works fine, but without the patch you can hit the emperium even if you own the guild (which every script is like that without the patch). RazorX I can modify it to not warp out the controlling guild if that will help, as for now you just have to go back in to it. I made it remove everybody because it won't stop telling your client the map is in GvG mode unless you actually leave the map. For now I suggest you make the simple change yourself. To collect rewards you just go to "Return to Non-GM Menu" if your a GM or just talk to the NPC if you are the guildmaster of the controlling guild. Peopleperson49 Use the script_commands.txt to your advantage: *maprespawnguildid "<map name>",<guild id>,<flag>; This command goes through the specified map and for each player and monster found there does stuff. Flag is a bit-mask (add up numbers to get effects you want) 1 - warp all guild members to their save points. 2 - warp all non-guild members to their save points. 4 - remove all monsters which are not guardian or Emperium. Flag 7 will, therefore, mean 'wipe all mobs but guardians and the Emperium and kick all characters out', which is what the official scripts do upon castle surrender. Upon start of WoE, the scripts do 2 (warp all intruders out). Characters not belonging to any guild will warp out regardless of the flag setting. For examples, check the WoE scripts in the distribution. Find this below and change it using what I posted above: if(getmapusers("guild_vs1")>0) { MapRespawnGuildID "guild_vs1",$KOEGUILD,7; } Edited October 15, 2012 by peopleperson49 Quote Link to comment Share on other sites More sharing options...
donkeyg Posted October 16, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted October 16, 2012 what patch? Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted October 16, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted October 16, 2012 Sup donkeyg go up to post #49 and download and patch the file koe_patch_ppl49.patch. I hope that helps. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
donkeyg Posted October 17, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted October 17, 2012 Sup donkeyg go up to post #49 and download and patch the file koe_patch_ppl49.patch. I hope that helps. Peopleperson49 did u have update it at here? http://rathena.org/board/topic/70567-peopleperson49s-scripts/ Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted October 17, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted October 17, 2012 The latest version of my KoE is there in my script collection and I put the KoE patch that AnnieRuru provided there also so it could be downloaded together. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Thanna Posted October 30, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 271 Reputation: 7 Joined: 01/06/12 Last Seen: May 16, 2015 Share Posted October 30, 2012 (edited) I'll just ask if you own the emp you cant attack it? or its still attackable by the owner? Edited October 30, 2012 by Thanna Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 30, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Share Posted October 30, 2012 I'll just ask if you own the emp you cant attack it? or its still attackable by the owner? spend your time and read those previous post...dont skip it... post#49 Quote Link to comment Share on other sites More sharing options...
xilence01 Posted October 30, 2012 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 177 Reputation: 4 Joined: 05/23/12 Last Seen: April 16, 2019 Share Posted October 30, 2012 Hi, why does the guild emblem of the current guild who captured the koe emp. doesnt show up in the flag? Pls help. thanks. PS: Sorry for bad english. Oh, fixed it hehe. i replaced the flag script to this - script KoEFlag 723,-1,-1,{ set .@gid, $KOEGUILD; if ( .@gid == 0 ) end; mes "[Emperium Hill]"; mes " "; if($KOEGUILD!=0) { mes "The King Of Emperium Hill is the ["+GetGuildName ($KOEGUILD)+"] guild."; } else { mes "Only the strongest warriors should may over take Emperium Hill!"; } close; OnRevKoE: flagemblem $KOEGUILD; end; OnInit: flagemblem $KOEGUILD; end; } Quote Link to comment Share on other sites More sharing options...
donkeyg Posted October 31, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted October 31, 2012 Hi, why does the guild emblem of the current guild who captured the koe emp. doesnt show up in the flag? Pls help. thanks. PS: Sorry for bad english. Oh, fixed it hehe. i replaced the flag script to this - script KoEFlag 723,-1,-1,{ set .@gid, $KOEGUILD; if ( .@gid == 0 ) end; mes "[Emperium Hill]"; mes " "; if($KOEGUILD!=0) { mes "The King Of Emperium Hill is the ["+GetGuildName ($KOEGUILD)+"] guild."; } else { mes "Only the strongest warriors should may over take Emperium Hill!"; } close; OnRevKoE: flagemblem $KOEGUILD; end; OnInit: flagemblem $KOEGUILD; end; } hi, may i know the KoE script works fine? Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted November 4, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted November 4, 2012 If you go to my script collection you will see version 4.7. It has the working emblems one the flags. Thanks for the push donkeyg. Also thanks to xilence01 for writing a version of the flag script. I didn't use your version, but I really like to see when people do work on there own!!! Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Shogun Posted November 4, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 99 Reputation: 4 Joined: 10/25/12 Last Seen: January 20, 2013 Share Posted November 4, 2012 (edited) Your KoE script suitable for castle mod? I did change the map to gefg_cas01 and i think its working but the problem is, I dont know how to make the mapflag show guild emblem. As I change the KoE map to gefg_cas01 is that mean the original castle name of gefg_cas01 also changed? Bump Edited November 4, 2012 by scenenarykeem Quote Link to comment Share on other sites More sharing options...
true221 Posted November 10, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 10/11/12 Last Seen: April 18, 2017 Share Posted November 10, 2012 (edited) nice! Edited November 10, 2012 by true221 Quote Link to comment Share on other sites More sharing options...
donkeyg Posted November 11, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted November 11, 2012 If you go to my script collection you will see version 4.7. It has the working emblems one the flags. Thanks for the push donkeyg. Also thanks to xilence01 for writing a version of the flag script. I didn't use your version, but I really like to see when people do work on there own!!! Peopleperson49 hello peopleperson49, after i reloaded or restart the server, then i go talk to the Guild Rewarder , even the KoE didnt start also can get the Prize.. what happened? Quote Link to comment Share on other sites More sharing options...
true221 Posted November 11, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 10/11/12 Last Seen: April 18, 2017 Share Posted November 11, 2012 Help on overweight. The guild master was overweight and when he talked to the Emperium Assistant, nothing happend. He emptied his inventory, went back, then the npc said to him that he can't reap rewards again Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted November 11, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted November 11, 2012 True221 I can see how that might happen. If a character is overweight they items drop directly on the ground and then disappear like normal. I will make a check to determine if the character is overweight soon. However please use my Script Colleciton to post for support of this and other scripts of mine. Thanks. Donkeyg you have to break the emperium again after updating and it should work just fine. Please use my Script Colleciton to post for support of this and other scripts of mine. Thanks. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
XoXoX Posted January 5, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 01/03/13 Last Seen: September 8, 2023 Share Posted January 5, 2013 Will this work on eAthena servers? Quote Link to comment Share on other sites More sharing options...
XoXoX Posted January 10, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 01/03/13 Last Seen: September 8, 2023 Share Posted January 10, 2013 Bump! Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted January 10, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted January 10, 2013 I would say give it a try and see. I only provide support for rA since that is the only version that I use and therefore can't test anything else. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
steelman Posted January 11, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 01/11/13 Last Seen: February 12, 2016 Share Posted January 11, 2013 · Hidden by Emistry, January 12, 2013 - any one online ? hmm ? not related to topic..... Hidden by Emistry, January 12, 2013 - any one online ? hmm ? not related to topic..... any one online here? Link to comment
Question
donkeyg
there's a lot of type KoE script, but i want is it will be held everyday monday , friday, and sunday . and it's only gives reward to Guild master only (prize -> 50m Zeny and 1 angeling hat)
bump
i need it badly + urgent T_T
bu,p
Link to comment
Share on other sites
Top Posters For This Question
33
15
8
5
Popular Days
Sep 9
7
Oct 11
6
Oct 15
5
Sep 10
5
Top Posters For This Question
Peopleperson49 33 posts
donkeyg 15 posts
Rebel 8 posts
AnnieRuru 5 posts
Popular Days
Sep 9 2012
7 posts
Oct 11 2012
6 posts
Oct 15 2012
5 posts
Sep 10 2012
5 posts
Popular Posts
Peopleperson49
I made this script for you from scratch. This is my version of King Of Emperium Hill and I did not use the other versions as a base. You can set it to give both a zeny and item prize to the guild lead
Peopleperson49
It tested with no stupid errors like leaving out a } or anything, but it does need to be refined a bit. Things that I found is that even the controlling guild can attack the emperium. I did this witho
Peopleperson49
Version 1.6 has the changes you requested to remove the WoE features and make activate/deactivate per your time. If there are anymore changes you would like to it let me know. I think it is exactly as
Posted Images
81 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.