pinyinhuo Posted June 6, 2014 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
rans Posted June 10, 2014 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
Zirius Posted July 29, 2014 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
Emistry Posted August 3, 2014 Author 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
Adam Posted August 3, 2014 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
Emistry Posted August 3, 2014 Author Posted August 3, 2014 that's because you're using old version. Quote
jawbreaker Posted August 8, 2014 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
agadrew87 Posted August 9, 2014 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
Talon Posted November 18, 2014 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
awesomazingxed Posted November 26, 2014 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
Talon Posted November 26, 2014 Posted November 26, 2014 That's more like you're having problem with ur tables. Quote
awesomazingxed Posted November 26, 2014 Posted November 26, 2014 That's more like you're having problem with ur tables. How can i fix it? Newbie here. Quote
babycakestheman Posted April 22, 2015 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
Emistry Posted April 22, 2015 Author 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
Stolao Posted April 24, 2015 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
SevySevSevy Posted May 2, 2015 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
jawbreaker Posted July 19, 2015 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
Emistry Posted July 26, 2015 Author 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
Lai Posted August 9, 2015 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
cutekram Posted August 29, 2015 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
Dark8008 Posted October 26, 2015 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
Oceanid Posted March 2, 2016 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
Emistry Posted March 2, 2016 Author 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
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.