Jump to content
  • 0

[Paid] Debug my daily monster challenge script


c2greentea

Question


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   0
  • Joined:  06/07/14
  • Last Seen:  

I have this script http://pastebin.com/raw.php?i=XCESUmRV from sandbox I think but it has annoying bugs. When the player has got the quest already and if he disconnects or let the time given pass, the character he used will be forever bugged and will just show u killed 0/20 monsters when clicking the NPC unless we fix in global_reg_value. 

 

I am willing to tip reasonably via Paypal. Pls help

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

how about this [paste=5iesbzedrwig]

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:  

I have a script like this in my paid selection. x_x I'd be willing to release it for free if others hadn't paid for it already.

 

Basically it's a script that consists of 127 different item mvp and monster hunt quests. Using RO's offical quest system and it has a shop included.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   0
  • Joined:  06/07/14
  • Last Seen:  

Where can I view and pay for it?


how about this [paste=5iesbzedrwig]

 

What was changed or fixed here Cydh? Thankss

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

I would like to add

OnPCLoginEvent:
	// Expired!
	if(HuntStart && gettimetick(2) >= HuntStart) {
		callsub(OnTimeOut);
	}
	addtimer 1000*Time,strnpcinfo(3)+"::OnTimeOut";
	end;
OnPCLogoutEvent:
	if(HuntStart && gettimetick(2) < HuntStart)
		Time = HuntStart - gettimetick(2);
	end;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   0
  • Joined:  06/07/14
  • Last Seen:  

Thanks Capuche, what will that addtl code do? Sorry noob here.

Edited by c2greentea
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

It adds a timer to reset the variable, it's just a debug (otherwise you need to log out/in to reset the var if you didn't make it in time)

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
Answer this question...

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