Jump to content
Sign in to follow this  
Tassadar

fix / change broken or hidden commands in roso files?

Recommended Posts

im trying to change commands for Roso server files because half of them arent working, they were re-named and dont see all the new names.

 

how do i change commands from using & to  /

 

how do i add ranks for certain commands? for instance everyone can use /bank     /forge         but only staff / GM can use others like the teleports and make item?

 

Share this post


Link to post
Share on other sites

thanks, but tried that, it doesnt work with my server files.

 

 

 

[ERROR] Incorrect GameServer.exe

 

also tried it on the ToP clead files from the archives, same error. 

tried with the files having spaces in names, and tried with the files NOT having spaces, same error

Edited by Tassadar

Share this post


Link to post
Share on other sites
On 6/24/2018 at 8:42 PM, Tassadar said:

and how do i change the command type from  using    &        to using     /                 ??

You need to HEX GameServer.exe. Change '&' sybmol to '/'.

From source code:

	...	
	else if (*l_content == '&')
	{
	Char chGMLv = GetPlayer()->GetGMLev();
	if (chGMLv == 0 || chGMLv > 150)
		SystemNotice(RES_STRING(GM_CHARACTERPRL_CPP_00002));
	else
		DoCommand(l_content + 1, l_retlen - 1);
	}
	...

 

On 6/25/2018 at 5:51 AM, Tassadar said:

is there a guide or can someone show / teach me how to increase the iteminfo.txt?

Use the forum search. There is a lot of topics with the same question.

Here is one of them:

 


Share this post


Link to post
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.   Restore formatting

  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.

Sign in to follow this  

×
×
  • Create New...