Jump to content

Recommended Posts

Posted

Updated Mining 4.48 -> 4.4B

4.49 Removed use of 'set'
4.4A Fixed not collecting later rewards
4.4B Changed Iron Break Chance from 1200 -> 120
  • 2 months later...
Posted

Updated PvP 3.1C -> 3.21

3.1D Fixed Missing Party Check (thanks Haikenz)
3.1E Fixed Not opening PVP ladder, only GVG ladder (thanks Haikenz)
3.1F Fixed a warning when generating waitingroom
3.20 Fixed Missing Guild Check (thanks Haikenz)
3.21 Changed Default maps to pvp maps

Additional added a few videos for certain scripts

  • 3 weeks later...
Posted

good day, what is the use of this?

    // Minimum minutes between collecting daily reward
    //   Day: 22*60 - 24*60
    //   Week: 10080
    .MinWait = 1320;

    // Minutes before losing the consecutive reward
    //   Day: 48*60 - 50*60
    //   Week: 20160
    .MaxWait = 3000;

Posted

I'd recommend using v2

But those are the time in minutes between being able to collect a reward (22 hour before claiming next rewards would be1320 for example)

 

And 2nd is how long not logging in for till your count resets, again in minutes

Posted
5 hours ago, Stolao said:

I'd recommend using v2

But those are the time in minutes between being able to collect a reward (22 hour before claiming next rewards would be1320 for example)

 

And 2nd is how long not logging in for till your count resets, again in minutes

thanks you for the explanation. now i already understand. another question, can we disable vip rewards in v2?

Posted
5 hours ago, Mirakol- said:

thanks you for the explanation. now i already understand. another question, can we disable vip rewards in v2?

hmm i didnt add a conf for that
change

for(.@k = 0; .@k < 2; .@k++){

into

for(.@k = 1; .@k < 2; .@k++){

 

Posted (edited)

off topic:

@Stolao actually im using different emulator dailyreward v1 is working fine but there is one thing is not working properly. player cant move unless the player get the reward. after getting reward player can move. what do you think is the possible problem?

Edited by Mirakol-
Posted
20 hours ago, Mirakol- said:

off topic:

@Stolao actually im using different emulator dailyreward v1 is working fine but there is one thing is not working properly. player cant move unless the player get the reward. after getting reward player can move. what do you think is the possible problem?

possible a hang screen from a missing end or something.

Posted
2 hours ago, Stolao said:

possible a hang screen from a missing end or something.

this what happens if i set reset to 0 players can move but when i set rest to 1 min player cant move for one min.

  • 3 weeks later...
  • 2 months later...
Posted (edited)

about auto event,i got this errors. how to fix it?

1st & 2nd picture : is an error when running maze event, find the porings, cluckers, grab the candy, zombie survival, and emperium event. cant even warp to event's map. stucked after talk to npc. error showed 'function not found [dispel]'. already added new map maze and zombie. if I warp to those maps using @warp command, no problem with the map.

3rd picture : I have no idea what warning is that.

4th picture : is an error for fabre event. didn't receive reward after events end and didn't warp back to prontera. stucked inside the event's map.

error1.jpg

error2.jpg

error3.jpg

error4.jpg

Edited by vilkhl
Posted
On 11/28/2018 at 10:43 AM, vilkhl said:

about auto event,i got this errors. how to fix it?

1st & 2nd picture : is an error when running maze event, find the porings, cluckers, grab the candy, zombie survival, and emperium event. cant even warp to event's map. stucked after talk to npc. error showed 'function not found [dispel]'. already added new map maze and zombie. if I warp to those maps using @warp command, no problem with the map.

error1.jpg

error2.jpg

For this error put this file in your "npc/custom/" folder: https://github.com/Stolao/Npc_Release/blob/master/Custom_Functions/Dispell.txt
and write this row in your "npc/scripts_custom.conf": npc: npc/custom/functions/Dispell.txt 

For the other errors I don't know what is it that errors... but check you you have the SQL table "db_roulette" populed with the prizes!

Posted
3 hours ago, CyberDevil said:

For this error put this file in your "npc/custom/" folder: https://github.com/Stolao/Npc_Release/blob/master/Custom_Functions/Dispell.txt
and write this row in your "npc/scripts_custom.conf": npc: npc/custom/functions/Dispell.txt 

For the other errors I don't know what is it that errors... but check you you have the SQL table "db_roulette" populed with the prizes!

omg! it works. error1 and error2 solved. thanks buddy! error3 and error4 Im still finding the solutions

  • 10 months later...
  • 10 months later...
  • 2 months later...
  • 6 months later...
Posted
On 5/13/2021 at 5:03 AM, Yugosh said:

image.png.fafe2ca6a90a1a3a4a6361216a6da6d2.png

hai at_afk.txt what should i do to fixed this script.

thanks

Change from this

	getmapxy(.@Map$,.@X,.@y,0);
	

to

	getmapxy(.@Map$,.@X,.@y);
	

  • 2 months later...
  • 2 years later...
Posted

Know it's a long shot, especially since there has been no activity in this thread for years, but any chance of Ex Job Master getting updated? Been updating here and there for my own personal use, but Im afraid the knowledge to fully do so is beyond me.

  • 1 year later...

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