kitty14 Posted February 23, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Share Posted February 23, 2014 can someone help me with this script? im getting error, please modifysorry newbie herehttp://upaste.me/3aa51106073c002c#L164 Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted February 26, 2014 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 February 26, 2014 db\re\instance_db.txt 12,MvP Ladder Game,86400,guild_vs2-2,49,49,guild_vs2-2 http://rathena.org/board/pastebin/6r2cl8yxm2ff/ 2 Quote Link to comment Share on other sites More sharing options...
Kido Posted February 24, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted February 24, 2014 can someone help me with this script? im getting error, please modify sorry newbie here http://upaste.me/3aa51106073c002c#L164 can you provide please any error message or what config you want to do to the script? thankie and welcome hehe Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted February 24, 2014 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 February 24, 2014 that script is too old to even use it use the one inside SVN https://github.com/rathena/rathena/blob/master/npc/custom/events/mvp_ladder.txt Quote Link to comment Share on other sites More sharing options...
kitty14 Posted February 25, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Author Share Posted February 25, 2014 [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: variable name='.entryzeny' index=0 [Debug]: Function: atoi [Debug]: Source (NPC): MvP Ladder Warper at prontera (164,171) [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: variable name='.@num' index=0 [Debug]: Function: getstrlen [Debug]: Source (NPC): MvP Ladder Warper at prontera (164,171) [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: variable name='.reward' index=1 [Debug]: Function: atoi [Debug]: Source (NPC): ev_Mvp at guild_vs2-1 (0,0) [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: variable name='.@num' index=0 [Debug]: Function: getstrlen [Debug]: Source (NPC): ev_Mvp at guild_vs2-1 (0,0)this erroryeah i tried that one. however its for party, i just wanted 1 player prize is Zeny per MVP like the old one not the item, and also MVP will respawn in the middle, sorry too noob. help me. thanks Kido and annieruru for the response Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted February 25, 2014 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 February 25, 2014 use the one inside SVN ... // exact amount of party members needed to start the game set .register_min, 2;just change to 1 Quote Link to comment Share on other sites More sharing options...
kitty14 Posted February 25, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Author Share Posted February 25, 2014 how about the zeny per MVP?it give itemslike the first one per level the zeny increases how to set it? Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted February 25, 2014 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 February 25, 2014 OnMvpDead: .round++; if ( .round >= 2 && .round != .totalround +1 ) { for ( .@i = 0; .@i < $@partymembercount; .@i++ ) { if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) { attachrid $@partymemberaid[.@i]; if ( strcharinfo(3) == .eventmap$ ) { // getitem .round_item_id, .round_item_amount; Zeny = Zeny + .round * 10000; } } } }edit the script as you wish .. Quote Link to comment Share on other sites More sharing options...
kitty14 Posted February 25, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Author Share Posted February 25, 2014 OnMvpDead: .round++; if ( .round >= 2 && .round != .totalround +1 ) { for ( .@i = 0; .@i < $@partymembercount; .@i++ ) { if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) { attachrid $@partymemberaid[.@i]; if ( strcharinfo(3) == .eventmap$ ) { // getitem .round_item_id, .round_item_amount; Zeny = Zeny + .round * 10000; } } } }edit the script as you wish .. thanks anniruru and how will i edit ? like Zeny = Zeny +.round1 * 10000 Zeny = Zeny +.round2 * 15000 Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted February 26, 2014 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 February 26, 2014 I think I'll just rewrite this script but 1st, 1. how about rewrite this and turn this into instance system ? so there is no more 1 party at a time, but multiple instances 2. confirmed that you are using latest rathena revision and having instance_db.txt inside your db\re\ folder ? Quote Link to comment Share on other sites More sharing options...
kitty14 Posted February 26, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Author Share Posted February 26, 2014 (edited) i just want 1 player inside to hunt for zeny, with entrance fee of 10mper level zeny increases 500k think or just like the old one. yup i have instance_db.txt ..thanks annieruru.. Edited February 26, 2014 by kitty14 Quote Link to comment Share on other sites More sharing options...
kitty14 Posted February 27, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Author Share Posted February 27, 2014 Thanks much Annieruru !!! Quote Link to comment Share on other sites More sharing options...
Question
kitty14
can someone help me with this script?
im getting error, please modify
sorry newbie here
http://upaste.me/3aa51106073c002c#L164
Link to comment
Share on other sites
11 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.