brandon_1243 Posted February 23, 2008 Posted February 23, 2008 Re: V2.0 streets. Nice Mod Thanks I Got It To Work Cheers :) Quote
shrek1609 Posted March 7, 2008 Posted March 7, 2008 Re: [mccode] Streets for v2.0 Can you help please :-D I'm trying to get it to say the name of the item found when you search the streets... So far i have added this... You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. It then says You found a Resource id #14 I know its something simple i'm doing wrong but please help... p.s. I am trying to learn this stuff :wink: Quote
AlabamaHit Posted March 8, 2008 Posted March 8, 2008 Re: [mccode] Streets for v2.0 Just change the $find to the Item name...........You know what its giving out right? lol Quote
shrek1609 Posted March 8, 2008 Posted March 8, 2008 Re: [mccode] Streets for v2.0 Hi thanks for replying i've got it sussed now got some help with it... no it was a random item so i couldnt just put the name of item in :( Quote
AlabamaHit Posted March 8, 2008 Posted March 8, 2008 Re: [mccode] Streets for v2.0 so did you get it fixed? Quote
tittlemouse Posted March 8, 2008 Posted March 8, 2008 Re: [mccode] Streets for v2.0 hi can you post the page that tells the item name so i can use it thanks. Quote
jlbird Posted March 13, 2008 Posted March 13, 2008 Re: [mccode] Streets for v2.0 Eracing69, When something gets inserted into your inventory, it is a totally different insert than the others in your table... generally you wont have it so that it automatically groups together unless you build a mod for that. You can, however, find the quantifier mod on here somewhere, which will allow you to click to quantify your items (group them together). Hope that helped :) I played around and found by changing 1 line in this streets script that the items would itemize by taking out a line and adding another were this line is in script $db->query("INSERT INTO inventory VALUES('',$itemidexplore,$userid,1)",$c); print" "; Replace with- item_add($ir['userid'], 40, 1); and the item will go in 1 location in inventory 40 is what ever item number Quote
Ragnar Posted April 22, 2008 Posted April 22, 2008 Re: [mccode] Streets for v2.0 Here's some code for adding stats to this kool mod. Of course you change the chance numbers and update $chance = rand(1,36); You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. hi can you post the page that tells the item name so i can use it thanks. Only you can do that. Go look in your mySQL database. You'll see something like this.. -- -- Dumping data for table `items` -- INSERT INTO items VALUES (1,5,'Energy Potion','Get your energy back.', The first number is the item ID. The item name is after the second number. Quote
~Destiny-Gaming~ Posted May 13, 2008 Posted May 13, 2008 Re: [mccode] Streets for v2.0 I Don't Like The Scavenge Streets ONE I Have A Better Version Way Better! Maybe Post It Some Time Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.