• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Players start with handbags

Hyperion

Founder
Nice, thanks for sharing.

With a code snippet this small, can you just place it in the post under
Code:
 tags? It's better to 
have the actual content on the site :)

If it was a huge script yeh.. throw it up on pastebin. It's not a rule, I'm just asking.
 

faiver

Esteemed Member
jajajaj pastebin in the rules was saying did not want to get banned ajjajajajaja thanks for explaining that :caked:
 

Tommy

Founder
jajajaj pastebin in the rules was saying did not want to get banned ajjajajajaja thanks for explaining that :caked:

They are only recommended. Code that doesn't exceed a certain amount of lines is fine, otherwise use pastebin. Thanks for the guide? D:
 

Anthonys-Toolbox

Epic Member
I wouldn't go and call this a guide, It's more of a tip since you're giving the actual code to execute, Your "guide" just says, Run this in your Database... that's not a guide., it's more of a tip/pointer. But thankyou anyway for sharing. :D
 

MilboW

Respected Member
Code:
SET @BAG:=BAGID;

INSERT INTO `playercreateinfo_item`(`race`,`class`,`itemid`,`amount`) values (0,0,@BAG,4);


I know its not alot, but its worth letting people get spoonfed :)
 
Top