Jump to content

Toasty's Warper


ToastOfDoom

Recommended Posts


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   1
  • Joined:  05/02/12
  • Last Seen:  

What did you changed here? Seems like it's just the same.

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:  

it's from the original script..nothing changed...

use the latest version if still can work on ur current version...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   1
  • Joined:  05/02/12
  • Last Seen:  

That's the latest version that i am having error with. i haven't changed anything. and btw, i am using eathena trunk.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

Are you really using eathena and not eamod cause as I remenber eamod didn't had agicheck2 wich could be the case.

Otherwise I can't see the full line in your picture so dunno if there a small mistake there. (I tought you didn' cnged anything anyway)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Are you really using eathena and not eamod cause as I remenber eamod didn't had agicheck2 wich could be the case.

Ah, great catch. You'd think Zephyrus would have at least made things backwards compatible...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   1
  • Joined:  05/02/12
  • Last Seen:  

Is it agicheck2 or agiTcheck2? Yes i am using eamod actually. So any options on how to fix this one?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

not sure wich value return agicheck on eamod so it may cause issue, but you'll just have to remove the agicheck2 part =>

set .@enable, .@enable && (.@woe & (agitcheck() + 1) > 0);

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

How to add menu save my current location

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  02/02/12
  • Last Seen:  

Where in the other quests scrips do i find the flag so i can make it so you can't go to nameless, abyss, and other maps until you've finished the quest? Thanks for nay help

Link to comment
Share on other sites

  • 2 months later...
  • 3 months later...

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   22
  • Joined:  11/23/11
  • Last Seen:  

I'm having some errors.

 

[Error]: script:getd: variable name is empty
[Debug]: Data: string value=""
[Debug]: Source (NPC): toastywarperbase (invisible/not on a map)
[Error]: script:getd failed to parse '[63'
[Debug]: Data: string value=".userCount_0[63"
[Debug]: Source (NPC): toastywarperbase (invisible/not on a map)
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

Script work fine.

but I don't understand how to add zeny cost  /hum  

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   1
  • Joined:  04/28/13
  • Last Seen:  

Script work fine.

but I don't understand how to add zeny cost  /hum  

TARTs,

if i'm right, find this:

StartNode("Dungeons");
            StartNode("Abbey, Cursed Monastery");
 

And change to

StartNode("Dungeons", "Zeny", 1000);
            StartNode("Abbey, Cursed Monastery");
 

1000zeny will be your price.

 

 

 

ToastOfDoom, Great work! Thanks a lot!

I found insignificant bug:

StartNode("Umbala Dungeons");
                AddMap("Carpenter's Shop in the Tree", "um_dun01", 42, 31);
                AddMap("Passage to a Foreign World", "um_dun01", 48, 30);
 

 

I have a questions: How to setup prices depending on base lvl or job? Can

someone make code for me with differentiation? For example, free for

<30lvl,  1000zeny for 30<lvl<60, 2k for 60<lvl<80 ?  How to disable to see count of players by players but enables for GMs?

Edited by Namaste
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  231
  • Reputation:   9
  • Joined:  12/16/11
  • Last Seen:  

Can anybody help me fix this thing. Im using the latest toasty warper script. Im having this error.

 

[Error]: script:getd: variable name is empty
[Debug]: Data: string value=""
[Debug]: Source (NPC): toastywarperbase (invisible/not on a map)

 

im using the latest eathena revision.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   22
  • Joined:  11/23/11
  • Last Seen:  

I'm having a big problem. 

 

The warp menus won't show up. What do I do? 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   22
  • Joined:  11/23/11
  • Last Seen:  

Good lord. somebody...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  231
  • Reputation:   9
  • Joined:  12/16/11
  • Last Seen:  

Toasty Please reply :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   22
  • Joined:  11/23/11
  • Last Seen:  

ToastyWarperError_zpsc0056d95.gif

 

Can anybody explain and fix?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   22
  • Joined:  11/23/11
  • Last Seen:  

S o m e b o d y.

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  80
  • Reputation:   1
  • Joined:  09/13/13
  • Last Seen:  

thanks

Edited by rmon008
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

links are dead

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

links are dead

 

I was able to locate a copy of this script thanks to Emistry. I've added a Mirrors section to the main post.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  69
  • Reputation:   15
  • Joined:  12/06/11
  • Last Seen:  

How exactly works the "function" function works? In what scenario allows to warp? (I guess that it needs to be TRUE the argument to allow the warp, or it needs a specific return variable?)

And the flag function supports char variables or only global variables?

 

Great script btw.  /no1

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   48
  • Joined:  11/19/11
  • Last Seen:  

How exactly works the "function" function works? In what scenario allows to warp? (I guess that it needs to be TRUE the argument to allow the warp, or it needs a specific return variable?)

And the flag function supports char variables or only global variables?

 

Great script btw.  /no1

The function you supply with the 'function' function needs to return 'true' (or something that the scripting engine that fulfills a true condition). I believe this means anything that isn't 0 or an empty string.

 

Likewise the same applies to the flag function as well.

 

Easiest way to check

if(<variable name>)
dispbottom "true";
else
dispbottom "false";
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  02/25/14
  • Last Seen:  

How do I add different costs for different warps?

Like lv 1 of payon dungeon free

lv 2 500z

lv 3 1000z

etc.

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