Rune2006
Plural Beta Version 1.0.0 - Printable Version

+- Rune2006 (http://rune2006.com/forum)
+-- Forum: Rune2006 (/forumdisplay.php?fid=6)
+--- Forum: Suggestions & Feedback (/forumdisplay.php?fid=8)
+--- Thread: Plural Beta Version 1.0.0 (/showthread.php?tid=999)



Plural Beta Version 1.0.0 - Driman-Banned Ingame- - 06-18-2013 09:30 PM

Open up shops.java
add it with the other shops, oh and I don't know if you have to switch how many max shops you can have, so it might be a error. just change how many max shops.
Quote:case 516://obli's general store npc id
return 167;//shop id


Open up shops File
add it with the other shops, again, and I don't know if this is right, i Just looked at it an copied paste, but I had to rspscodes.synthasite.com for the item ids.

Add it below the shop called Rape or in other words 166
Quote:<shop>
<shopId>167</shopId>
<name>Obli's General Store</name>
<items>
<item>
<id>590</id>
<count>10</count>
</item>
<item>
<id>229</id>
<count>10</count>
</item>
<item>
<id>233</id>
<count>10</count>
</item>
<item>
<id>1931</id>
<count>30</count>
</item>
<item>
<id>1351</id>
<count>10</count>
</item>
<item>
<id>1265</id>
<count>10</count>
</item>
<item>
<id>1129</id>
<count>10</count>
</item>

<item>
<id>1059</id>
<count>10</count>
</item>
<item>
<id>1061</id>
<count>10</count>
</item>
<item>
<id>2142</id>
<count>10</count>
</item>
<item>
<id>2309</id>
<count>10</count>
</item>
<item>
<id>952</id>
<count>10</count>
</item>
<item>
<id>36</id>
<count>10</count>
</item>
<item>
<id>594</id>
<count>10</count>
</item>
<item>
<id>1755</id>
<count>10</count>
</item>
<item>
<id>2347</id>
<count>10</count>
</item>
<item>
<id>970</id>
<count>10</count>
</item>
<item>
<id>973</id>
<count>10</count>
</item>
<item>
<id>227</id>
<count>10</count>
</item>
<item>
<id>975</id>
<count>10</count>
</item>
<item>
<id>954</id>
<count>10</count>
</item>
</items>
<isGeneralStore>true</isGeneralStore>
<currencyType>ITEM</currencyType>
<currency>995</currency>
</shop>






I think that's it? I am not sure, if this works like PI, and you have to use the actionsender, or another file, I searched and nope.



I will be adding more and also, it will be bigger.









Resources used:
Runescape Wikia
2006scape Wikia
rspscodes.synthasite.com
2007scape Wikia

Updates
Fixed the errors, forgot to add the <shop> before the shopid. Tongue