Jump to content

Recommended Posts

Posted (edited)

Hi, i think  i got bug on class restriction.
it is conflict with the euphy's woe controller

when i put the castle map in your script
the 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 /hmm

Edited by Ako si Ranz
  • 4 weeks later...
  • 3 weeks later...
Posted

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!

Posted

@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.

Posted

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.

Posted

Hi pls help me with the ROTD setup. just for clarification :D

 

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 :D

Posted (edited)

Hi, how you add script? It's my first time making ragnarok server... /hmm

 

For example; I want instant npc job changer.

 

My server is offline ragnarok

client version : ragexe 2013-07-03

rathena revision 17704

  Edited by agadrew87
  • 3 months later...
Posted
	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 =)

  • 2 weeks later...
  • 4 months later...
Posted

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 ...

  • Upvote 1
Posted

 

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

  • 2 weeks later...
  • 2 months later...
Posted

Very nice script on E-Inquiry thanks :D, 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 :D

Posted

Very nice script on E-Inquiry thanks :D, 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 :D

check for error and show it.

  • 2 weeks later...
Posted (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 by Lai
  • 3 weeks later...
  • 1 month later...
  • 4 months later...
Posted

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" )){

Posted

 

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...