pinyinhuo Posted June 6, 2014 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 12/26/12 Last Seen: April 30, 2017 Share Posted June 6, 2014 getitem ............ announce "message.........",bc_all; // add this line find and edit inside the script Wow Great! Thank You for your help Quote Link to comment Share on other sites More sharing options...
rans Posted June 10, 2014 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: March 28 Share Posted June 10, 2014 (edited) Hi, i think i got bug on class restriction.it is conflict with the euphy's woe controllerwhen i put the castle map in your scriptthe woe controller will say "Castle name: is not active during this WOE session". even if it is in the list of my woe controller.this only happen when i put the castle map in class restriction script Edited June 10, 2014 by Ako si Ranz Quote Link to comment Share on other sites More sharing options...
window7 Posted July 9, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 02/25/12 Last Seen: August 7, 2014 Share Posted July 9, 2014 DO YOU HAVE 3VS3 5MFFALL SCRIPT SIR? Quote Link to comment Share on other sites More sharing options...
Zirius Posted July 29, 2014 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 23 Reputation: 1 Joined: 07/22/14 Last Seen: June 13, 2016 Share Posted July 29, 2014 About the Emistry shop? I think it is bugged, you cannot purchase nor select any item if you have ~0 zeny. Please try it with 0 zeny but with the currency defined. I tried looking at the script that checks for zeny, but can't find. By the way, LOVE YOUR WORK! Thanks! Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 3, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Author Share Posted August 3, 2014 @Zirius nothing can be done unless you willing to do some troublesome source mod for that. it's the original behaviour of shop-type npc. Quote Link to comment Share on other sites More sharing options...
Adam Posted August 3, 2014 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 111 Reputation: 3 Joined: 06/29/12 Last Seen: August 3, 2014 Share Posted August 3, 2014 Hi Emistry, About that "Emistry shop" there might be something wrong as it seems the script is exploit-able. I witnessed it myself when someone new on the server started to happily buy everything in the vending machine without having a single credit coin in his inventory. Looking for information, I ve been told the "onbuyitem" function is easily exploitable. Don't get me wrong, no hate there just a friendly report based on what recently happened to me. Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 3, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Author Share Posted August 3, 2014 that's because you're using old version. Quote Link to comment Share on other sites More sharing options...
jawbreaker Posted August 8, 2014 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 68 Reputation: 1 Joined: 06/21/14 Last Seen: August 8, 2022 Share Posted August 8, 2014 Hi pls help me with the ROTD setup. just for clarification 1. Race : insect 2. Exp: 200% this will increase exp to 2x? 3. Item / Amout : Apple / 1 > every time i kill insect type i get 1 apple? 4. Zeny: 100 > every time i kill insect type i get 100z? If random 1. Zeny : random between how much? 2. Item: what item is random? 3. exp: - this is between how many % to %? Thanks Quote Link to comment Share on other sites More sharing options...
agadrew87 Posted August 9, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 24 Reputation: 0 Joined: 08/06/14 Last Seen: December 17, 2016 Share Posted August 9, 2014 (edited) Hi, how you add script? It's my first time making ragnarok server... For example; I want instant npc job changer. My server is offline ragnarok client version : ragexe 2013-07-03 rathena revision 17704 Edited August 9, 2014 by agadrew87 Quote Link to comment Share on other sites More sharing options...
Talon Posted November 18, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 09/01/14 Last Seen: October 22, 2016 Share Posted November 18, 2014 mes "^FF0000[Billing List]^000000"; mes "----------------------------"; for( set @i,0; @i < getarraysize( @bought_nameid ); set @i,@i+1 ) mes "^FF0000"+@bought_quantity[@i]+" x ^0000FF"+getitemname( @bought_nameid[@i] )+"^000000"; mes "----------------------------"; // ADDED // if (!checkweight2(@bought_nameid,@bought_quantity)) { mes "^FF0000You are currently over-weighted.^000000"; mes "^FF0000Please store some items before you do purchases...^000000"; close; } else { goto L_getpassed; } // ADDED // L_getpassed: if( getitemname( atoi( @Currency$ ) ) != "null" ) Hi Emistry I suggest you add this weightcheck for your exchanger =) Quote Link to comment Share on other sites More sharing options...
awesomazingxed Posted November 26, 2014 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 95 Reputation: 1 Joined: 10/24/14 Last Seen: August 7, 2015 Share Posted November 26, 2014 Hello Emistry. Would you mind if you help me using your script. Once I added it to my server. I got error like this. [/url] Quote Link to comment Share on other sites More sharing options...
Talon Posted November 26, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 09/01/14 Last Seen: October 22, 2016 Share Posted November 26, 2014 That's more like you're having problem with ur tables. Quote Link to comment Share on other sites More sharing options...
awesomazingxed Posted November 26, 2014 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 95 Reputation: 1 Joined: 10/24/14 Last Seen: August 7, 2015 Share Posted November 26, 2014 That's more like you're having problem with ur tables. How can i fix it? Newbie here. Quote Link to comment Share on other sites More sharing options...
cjaraba Posted November 27, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 10/05/14 Last Seen: January 5, 2016 Share Posted November 27, 2014 Hi Emistry. Do you have a GVG NPC? ' Quote Link to comment Share on other sites More sharing options...
babycakestheman Posted April 22, 2015 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 11 Reputation: 3 Joined: 04/11/15 Last Seen: May 23, 2015 Share Posted April 22, 2015 So I re-mod your script. I added the word MVP to those maps that has MVPs. Just to make it more spicier. warper.txt Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 22, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Author Share Posted April 22, 2015 So I re-mod your script. I added the word MVP to those maps that has MVPs. Just to make it more spicier. seem like members from forum always having a hard time to differentiate between @Emistry and @Euphy ... 1 Quote Link to comment Share on other sites More sharing options...
Stolao Posted April 24, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: March 19 Share Posted April 24, 2015 So I re-mod your script. I added the word MVP to those maps that has MVPs. Just to make it more spicier. seem like members from forum always having a hard time to differentiate between @Emistry and @Euphy ... Lol sadly that seems the case Quote Link to comment Share on other sites More sharing options...
SevySevSevy Posted May 2, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 54 Reputation: 0 Joined: 04/18/15 Last Seen: August 24, 2015 Share Posted May 2, 2015 Hi, if i may ask can I do something like @mission or something like that to see the mission board progress ? Quote Link to comment Share on other sites More sharing options...
jawbreaker Posted July 19, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 68 Reputation: 1 Joined: 06/21/14 Last Seen: August 8, 2022 Share Posted July 19, 2015 Very nice script on E-Inquiry thanks , i tried using at Herc , player got stuck, this happen when sender(player): 1. Chose "Cancel" on popup notification - ok no problem 2. Chose "Read Message" then "Cancel" - they get stuck Can you verify? thank you Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 26, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Author Share Posted July 26, 2015 Very nice script on E-Inquiry thanks , i tried using at Herc , player got stuck, this happen when sender(player): 1. Chose "Cancel" on popup notification - ok no problem 2. Chose "Read Message" then "Cancel" - they get stuck Can you verify? thank you check for error and show it. Quote Link to comment Share on other sites More sharing options...
Lai Posted August 9, 2015 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 58 Reputation: 4 Joined: 11/22/11 Last Seen: October 28, 2023 Share Posted August 9, 2015 (edited) Mission Board NPC (08/09/2015 15:05:12) [ Warning ] : script:getelementofarray: index out of range (-1) (08/09/2015 15:05:12) [ Debug ] : Data: variable name='@ms_list$' index=0 (08/09/2015 15:05:12) [ Debug ] : Source (NPC): Queen Himel#1 at olympus (270,202) I get this error, when I accept a Mission that I added. I get stuck in the NPC when I accept the mission, any idea how to fix? I use the latest version. Edited August 9, 2015 by Lai Quote Link to comment Share on other sites More sharing options...
cutekram Posted August 29, 2015 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 30 Reputation: 0 Joined: 08/08/13 Last Seen: March 6, 2023 Share Posted August 29, 2015 in E-Inquiry can you help me how to add into my SQL table step by step. after adding SQL table do i need to recompile? Quote Link to comment Share on other sites More sharing options...
Dark8008 Posted October 26, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 08/31/15 Last Seen: May 22, 2016 Share Posted October 26, 2015 Your Multi Currency Shop 6.0 have problem, if don't have enough item to buy, it will annouce fail but the window not close or never close ( have to relog ) Quote Link to comment Share on other sites More sharing options...
Oceanid Posted March 2, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 80 Reputation: 2 Joined: 10/08/13 Last Seen: March 5, 2020 Share Posted March 2, 2016 Just a heads up, on the E-Inquiry script players are able to access the GM menu and see the messages the GM's receive. ( getgmlevel() < .GMLevel )?"":"^FF0000[ GM ]^000000 Manage Messages" )){ Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 2, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Author Share Posted March 2, 2016 Just a heads up, on the E-Inquiry script players are able to access the GM menu and see the messages the GM's receive. ( getgmlevel() < .GMLevel )?"":"^FF0000[ GM ]^000000 Manage Messages" )){ probably caused by the settings that you provided in the script. Quote Link to comment Share on other sites More sharing options...
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.