Jump to content

【 Emistry © 2015 】E-Scripts Collection


Emistry

Recommended Posts


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  12/26/12
  • Last Seen:  

getitem ............
announce "message.........",bc_all;   // add this line

find and edit inside the script

 

 

 

Wow Great! Thank You for your help :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  429
  • Reputation:   60
  • Joined:  08/19/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  02/25/12
  • Last Seen:  

DO YOU HAVE 3VS3 5MFFALL SCRIPT SIR?

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   1
  • Joined:  07/22/14
  • Last Seen:  

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!

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  111
  • Reputation:   3
  • Joined:  06/29/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

that's because you're using old version.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   1
  • Joined:  06/21/14
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  08/06/14
  • Last Seen:  

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
Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  09/01/14
  • Last Seen:  

	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 =)

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   0
  • Joined:  10/24/14
  • Last Seen:  

Hello Emistry. Would you mind if you help me using your script. Once I added it to my server. I got error like this.

ScreenShot2014-11-25at84600PM_zps4128168[/url]

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  09/01/14
  • Last Seen:  

That's more like you're having problem with ur tables.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   0
  • Joined:  10/24/14
  • Last Seen:  

That's more like you're having problem with ur tables.

How can i fix it? Newbie here.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  10/05/14
  • Last Seen:  

Hi Emistry. Do you have a GVG NPC?

'

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   3
  • Joined:  04/11/15
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

 

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

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  54
  • Reputation:   0
  • Joined:  04/18/15
  • Last Seen:  

Hi, if i may ask can I do something like @mission or something like that to see the mission board progress ? 

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   1
  • Joined:  06/21/14
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  11/22/11
  • Last Seen:  

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
Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  08/08/13
  • Last Seen:  

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? 

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  34
  • Reputation:   0
  • Joined:  08/31/15
  • Last Seen:  

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 )

 

post-34557-0-30101600-1445846094_thumb.png

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  80
  • Reputation:   1
  • Joined:  10/08/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

 

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...