Shakes & Fidget Private - Full Script (Tulyita)

05/01/2014 15:01 vietconggolem#181
I Help you... add me on Skype: michalspurny1
05/01/2014 16:16 EptunLP#182
Tulyita hide your files! :D Now i have thanks to your client_cfg buy mushrooms button :D Thank you very much :D :D :D

[Only registered and activated users can see links. Click Here To Register...]
05/01/2014 16:29 tulyita#183
Quote:
Originally Posted by EptunLP View Post
Tulyita hide your files! :D Now i have thanks to your client_cfg buy mushrooms button :D Thank you very much :D :D :D

[Only registered and activated users can see links. Click Here To Register...]
Buy mushrooms button is not that big thingy, you have just go to the normal sfgame site for example s1.sfgame.us then copy the client_cfg.php

But you can't get the request.php :)
05/01/2014 16:58 EptunLP#184
Omg how did you make to move items im trying to make it all the day :(
05/01/2014 17:11 tulyita#185
Quote:
Originally Posted by EptunLP View Post
Omg how did you make to move items im trying to make it all the day :(
Well, you trying to make it work, i'm trying to make chat work.
05/01/2014 17:20 ScoYT2#186
Hi, I have a question. How to change the game files to the magician does not block the other classes?

Thanks :)
05/01/2014 17:24 tulyita#187
Quote:
Originally Posted by ScoYT2 View Post
Hi, I have a question. How to change the game files to the magician does not block the other classes?

Thanks :)
What do you mean?
05/01/2014 17:25 EptunLP#188
I only made this working

[Only registered and activated users can see links. Click Here To Register...]

But idk how to move items i want :/
05/01/2014 17:27 tulyita#189
Quote:
Originally Posted by EptunLP View Post
I only made this working

[Only registered and activated users can see links. Click Here To Register...]

But idk how to move items i want :/
Woah, you programmed it? :) Cool.
05/01/2014 17:30 SF PLAYER#190
Tulyita u are king! :) god job keep it up
05/01/2014 17:31 tulyita#191
Quote:
Originally Posted by ScoYT2 View Post
Hi, I have a question. How to change the game files to the magician does not block the other classes?

Thanks :)
I didn't made it in the public files.. anyway post a picture, becaus I don't understand your question.
05/01/2014 17:34 EptunLP#192
Quote:
Originally Posted by tulyita View Post
Woah, you programmed it? :) Cool.
You just have items that you have in your inventory just simple


Code:
	case $ACT_MOVE_COPYCAT_ITEM :
	//move item in tower
	//not working
		$db_data = loadDefaultData ();
		
		$ret [0] = $RESP_MOVE_TOWER_ITEM . $ret [0];
		
		$ret [0] = "102" . $ret [0];
Im going to try to save items

And where do you get the numbers for RESP functions?
05/01/2014 18:51 szymek111#193
Quote:
Originally Posted by EptunLP View Post
You just have items that you have in your inventory just simple


Code:
	case $ACT_MOVE_COPYCAT_ITEM :
	//move item in tower
	//not working
		$db_data = loadDefaultData ();
		
		$ret [0] = $RESP_MOVE_TOWER_ITEM . $ret [0];
		
		$ret [0] = "102" . $ret [0];
Im going to try to save items

And where do you get the numbers for RESP functions?
wtf ? why you are using $db_data = loadDefaultData (); if you don't use any mysql query ?
05/01/2014 20:37 EptunLP#194
Because im going to save items in future
05/01/2014 22:22 tulyita#195
Hey guys, do someone know how to get guild chat works?