mrlongshen Posted August 19, 2015 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted August 19, 2015 (edited) @roxess same with me Edited August 19, 2015 by mrlongshen Quote Link to comment Share on other sites More sharing options...
Stolao Posted August 21, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 2 hours ago Author Share Posted August 21, 2015 Current Version: 1.8E I have the following error any ideas fix ncp Event_Agent#Maze original, line 39 function script MazeRUN { //callfunc("MazeRUN",<eventid>,<eventname>,<eventmap>,<minplayers>,<length>); if($@CurrentEvent||agitcheck()||agitcheck2()){ end; } mapwarp getarg(2,"maze"),"prontera",155,181; enablenpc "mazeroadblock"; disablenpc "Event_Agent#Maze"; set $@CurrentEvent,getarg(0,4); for(set .@i,5; .@i > 0; set .@i,.@i-1){ Announce ""+getarg(1,"Maze")+" Event Will begin in "+.@i+" Mins!",8; Announce "Please type @joinevent to join",8; sleep 60000; } Announce ""+getarg(1,"Maze")+" Event Has Begun!",8; set $@CurrentEvent,$@CurrentEvent*-1; sleep 9000; if(getmapusers(getarg(2,"maze"))<getarg(3,1)){ mapannounce getarg(2,"maze"),"Sorry there are not enough players for this event to take place",8; } else { mapannounce getarg(2,"maze"),"Rules are simple first to get to end of maze wins, so begin~",8; disablenpc "mazeroadblock"; enablenpc "MazePrize"; <-------- **HERE** for(set .@maze,0; .@maze < getarg(4,40); set .@maze,.@maze+1){ if(getmapusers(getarg(2,"maze"))<1) set .@maze,.@maze+getarg(4,40); mapannounce getarg(2,"maze"),"There are "+(getarg(4,40)-.@maze)+" Minuets Remaining",8; sleep 60000; } mapannounce getarg(2,"maze"),"Time Is up",8; } disablenpc "Event_Agent#Maze"; sleep 5000; mapwarp getarg(2,"maze"),"prontera",155,181; set $@CurrentEvent,0; end; } Fix, line 39 function script MazeRUN { //callfunc("MazeRUN",<eventid>,<eventname>,<eventmap>,<minplayers>,<length>); if($@CurrentEvent||agitcheck()||agitcheck2()){ end; } mapwarp getarg(2,"maze"),"prontera",155,181; enablenpc "mazeroadblock"; disablenpc "Event_Agent#Maze"; set $@CurrentEvent,getarg(0,4); for(set .@i,5; .@i > 0; set .@i,.@i-1){ Announce ""+getarg(1,"Maze")+" Event Will begin in "+.@i+" Mins!",8; Announce "Please type @joinevent to join",8; sleep 60000; } Announce ""+getarg(1,"Maze")+" Event Has Begun!",8; set $@CurrentEvent,$@CurrentEvent*-1; sleep 9000; if(getmapusers(getarg(2,"maze"))<getarg(3,1)){ mapannounce getarg(2,"maze"),"Sorry there are not enough players for this event to take place",8; } else { mapannounce getarg(2,"maze"),"Rules are simple first to get to end of maze wins, so begin~",8; disablenpc "mazeroadblock"; enablenpc "Event_Agent#Maze"; <-------- **HERE** for(set .@maze,0; .@maze < getarg(4,40); set .@maze,.@maze+1){ if(getmapusers(getarg(2,"maze"))<1) set .@maze,.@maze+getarg(4,40); mapannounce getarg(2,"maze"),"There are "+(getarg(4,40)-.@maze)+" Minuets Remaining",8; sleep 60000; } mapannounce getarg(2,"maze"),"Time Is up",8; } disablenpc "Event_Agent#Maze"; sleep 5000; mapwarp getarg(2,"maze"),"prontera",155,181; set $@CurrentEvent,0; end; } Thank you, fixed in v1.92 i can't enter in many events and the gm got stuck when run one :c but is a great npc hopefully this work at 100 % Thanks for everything anyways @roxess same with me Fixed Hang Screen in v1.92 Update 1.8E -> 1.92 Quote Link to comment Share on other sites More sharing options...
NeoGenesis Posted February 27, 2016 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 120 Reputation: 0 Joined: 01/03/12 Last Seen: August 26, 2017 Share Posted February 27, 2016 got stuck in maze event . after me click yes . then stuck . map allready put . but cant warp why ? pls fix that . so many problem that script . sry Quote Link to comment Share on other sites More sharing options...
BlackSnow Posted March 4, 2016 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 32 Reputation: 0 Joined: 02/19/16 Last Seen: September 25, 2018 Share Posted March 4, 2016 Some other options are like that too. Not just maze event. I do agree with NeoGenesis tons of problems. Quote Link to comment Share on other sites More sharing options...
yuichelx Posted March 26, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 03/11/16 Last Seen: March 18, 2017 Share Posted March 26, 2016 If there are errors of "[Error]building_callfunc: Function not Found! [Dispell] and [DEBUG] source (NPC): Event_management (invisible/not on a map)". The solution is download the dispell script the stolao released . Quote Link to comment Share on other sites More sharing options...
Stolao Posted April 15, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 2 hours ago Author Share Posted April 15, 2016 Ill look into doing Updates soon Quote Link to comment Share on other sites More sharing options...
spinzaku Posted May 10, 2016 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 82 Reputation: 6 Joined: 04/20/16 Last Seen: July 23, 2024 Share Posted May 10, 2016 (edited) I am trying to run this on latest git rathena.. I haven't edited anything in the script.. which is https://github.com/Stolao/Npc_Release/blob/master/Auto_Event/Auto_Event_v1.93.txt Maze Event i seem to get unlimited game tickets when i go near the npc. spelling typos also missing bmp maps. Edited May 10, 2016 by spinzaku Quote Link to comment Share on other sites More sharing options...
Stolao Posted May 20, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 2 hours ago Author Share Posted May 20, 2016 I Have begun work on a large scale overhaul with more in game friendliness like GM @commands + bugfixes Quote Link to comment Share on other sites More sharing options...
spinzaku Posted June 17, 2016 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 82 Reputation: 6 Joined: 04/20/16 Last Seen: July 23, 2024 Share Posted June 17, 2016 waiting patiently! hahahaha Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 19, 2016 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted June 19, 2016 Why Zombie Run event is always hanging when itype @joinevent also in Maze Help please Quote Link to comment Share on other sites More sharing options...
Stolao Posted June 20, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 2 hours ago Author Share Posted June 20, 2016 Why Zombie Run event is always hanging when itype @joinevent also in Maze Help please As the title says it's currently being overhauled alot of commands and stuff have changed and is not working 100%, I'm waiting on a svn update to finish revamping. Quote Link to comment Share on other sites More sharing options...
ShadowIllusion Posted July 3, 2016 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 6 Reputation: 0 Joined: 12/23/11 Last Seen: August 30, 2022 Share Posted July 3, 2016 Please also consider adding support for user-predefined maps instead of the current map Quote Link to comment Share on other sites More sharing options...
Stolao Posted September 22, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 2 hours ago Author Share Posted September 22, 2016 Update 1.93 -> 2.00 Quote Link to comment Share on other sites More sharing options...
booray69 Posted September 26, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 09/07/16 Last Seen: October 3, 2016 Share Posted September 26, 2016 Hello Stolao, How to change from via mail to direct player. Where i need to change ? Thanks. Quote Link to comment Share on other sites More sharing options...
Stolao Posted September 26, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 2 hours ago Author Share Posted September 26, 2016 Hello Stolao, How to change from via mail to direct player. Where i need to change ? Thanks. Replace SQL query with get item, but why this prevents issue of overweight or too many items and not reciving rewards. Quote Link to comment Share on other sites More sharing options...
booray69 Posted September 27, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 09/07/16 Last Seen: October 3, 2016 Share Posted September 27, 2016 Hello Stolao, How to change from via mail to direct player. Where i need to change ? Thanks. Replace SQL query with get item, but why this prevents issue of overweight or too many items and not reciving rewards. It because my mailbox service doesn't work. There have a problem on open mail. Same goes to @mail. Quote Link to comment Share on other sites More sharing options...
Stolao Posted September 27, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 2 hours ago Author Share Posted September 27, 2016 @ mail works fine when I tested on 8e3da7ffedbe502c0f788edeaa82a88ff5fe2b37 Hello Stolao, How to change from via mail to direct player. Where i need to change ? Thanks. Replace SQL query with get item, but why this prevents issue of overweight or too many items and not reciving rewards. It because my mailbox service doesn't work. There have a problem on open mail. Same goes to @mail. Quote Link to comment Share on other sites More sharing options...
GM Henry Posted September 28, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 44 Reputation: 9 Joined: 03/07/13 Last Seen: April 12, 2023 Share Posted September 28, 2016 Hello i get this error. [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Function: strcharinfo (1 parameter): [Debug]: Data: number value=0 [Debug]: Source (NPC):Event information at prontera (164,171) Any one? 1 Quote Link to comment Share on other sites More sharing options...
Stolao Posted September 28, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 2 hours ago Author Share Posted September 28, 2016 Hello i get this error. [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Function: strcharinfo (1 parameter): [Debug]: Data: number value=0 [Debug]: Source (NPC):Event information at prontera (164,171) Any one? Which event were you running? Quote Link to comment Share on other sites More sharing options...
GM Henry Posted September 28, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 44 Reputation: 9 Joined: 03/07/13 Last Seen: April 12, 2023 Share Posted September 28, 2016 I tried Lucky event. Quote Link to comment Share on other sites More sharing options...
Stolao Posted September 28, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 2 hours ago Author Share Posted September 28, 2016 I tried Lucky event. I'll test see if I can find bug. Updated and Fixed Quote Link to comment Share on other sites More sharing options...
letrico Posted October 15, 2016 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 10/06/16 Last Seen: November 14, 2017 Share Posted October 15, 2016 Hey Stolao I got this error testing Lucky Pick. I was using the GM account and joined the chatroom. I was alone in the chatroom. When the countdown is over this happened: [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Function: announce (2 parameters): [Debug]: Data: string value="Event Stopped! Not Enough Players Joined the Lucky Pick!" [Debug]: Data: number value=18 [Debug]: Source (NPC): Event Information at prontera (164,171) No message in game saying event stopped and when I do @runevent it tells me an event is running and unable to start new event Quote Link to comment Share on other sites More sharing options...
TiMz Posted October 15, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 192 Reputation: 9 Joined: 05/08/13 Last Seen: August 23, 2024 Share Posted October 15, 2016 Using the latest SVN Upon testing a few days ago, some bugs I can recall of: -Lucky Pick nothing happens despite sufficient players. -Cluckers won't activate through timed schedule but works via @runevent. (no consle msg either) -Some events will keep running even after it has ended. -Manhunt, after warp to map nothing really happens. (sorry no additional info) -LMS, missing npcs from enablenpc line. With regards to issues with mail, I can confirm that the latest svn with the newer client doesn't support Mail but only rodex which isn't functional as well. Quote Link to comment Share on other sites More sharing options...
Stolao Posted October 15, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 2 hours ago Author Share Posted October 15, 2016 Using the latest SVN Upon testing a few days ago, some bugs I can recall of: -Lucky Pick nothing happens despite sufficient players. -Cluckers won't activate through timed schedule but works via @runevent. (no consle msg either) -Some events will keep running even after it has ended. -Manhunt, after warp to map nothing really happens. (sorry no additional info) -LMS, missing npcs from enablenpc line. With regards to issues with mail, I can confirm that the latest svn with the newer client doesn't support Mail but only rodex which isn't functional as well. Ty for reports I'll update with fixes soon, also I'll update with a mail less version. Quote Link to comment Share on other sites More sharing options...
TiMz Posted October 15, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 192 Reputation: 9 Joined: 05/08/13 Last Seen: August 23, 2024 Share Posted October 15, 2016 Using the latest SVN Upon testing a few days ago, some bugs I can recall of: -Lucky Pick nothing happens despite sufficient players. -Cluckers won't activate through timed schedule but works via @runevent. (no consle msg either) -Some events will keep running even after it has ended. -Manhunt, after warp to map nothing really happens. (sorry no additional info) -LMS, missing npcs from enablenpc line. With regards to issues with mail, I can confirm that the latest svn with the newer client doesn't support Mail but only rodex which isn't functional as well. Ty for reports I'll update with fixes soon, also I'll update with a mail less version. No problem! Sorry for the lack of info, I'll try to update my post should I have more time. 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.