Jump to content
  • 0

[Paid] Debug my daily monster challenge script


Question

Posted

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

6 answers to this question

Recommended Posts

Posted

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.

Posted

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;

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...