

Cubby
Member-
Content count
10 -
Joined
-
Last visited
About Cubby
-
Rank
Bronze Member
-
[quote name='Scotticus']Firstly, You'd need the models/ints.. Any custom content needs to be added client sided For an example here is my Polypore Staff Model: [url]http://up.ht/zdEwiZ[/url] Model goes into your cache folder /Raw Ints (ItemDef.java) [CODE]case 19475: itemDef.modelid = 13436; itemDef.name = "Polypore Staff"; itemDef.description = "It's a Polypore Staff."; itemDef.modelZoom = 3250; itemDef.modelRotationY = 550; itemDef.modelRotationX = 1530; itemDef.modelOffset1 = 0; itemDef.modelOffset2 = 0; itemDef.anInt165 = 13416; itemDef.anInt200 = 13416; itemDef.groundActions = new String[5]; itemDef.groundActions[2] = "Take"; itemDef.itemActions = new String[5]; itemDef.itemActions[1] = "Wear"; itemDef.itemActions[4] = "Destroy"; break;[/CODE] Make sure the ints are below any other cases if you don't have any other cases declared make sure they are below: [CODE]switch (itemDef.id) {[/CODE][/QUOTE] im going to try this now. thank you. EDIT: I cant find my raw folder.
-
[quote name='CodyV20'][url]http://www.runelocus.com/tutorial.html[/url] <---[/QUOTE] or that^
-
The easiest way, and the way i portforwarding is from utorrent. Step 1: Download utorrent(utorrent.com) Step 2: Open utorrent. Step 3: Go to prefrences, under the options tab. Step 4: Click connections. Step 5: Make sure Enable UPnP Port Mapping, Enable NAT-PMP Port mapping, and Add Firewalls expection is on. Also, make sure Randomize Port Each Start isnt on. Step 6: To the left of the button "Random Port" there is an input box. Type in the port(Most Common One Is 43594) Step 7: Now click Apply, Then OK. Step 8: Go to Runelocus.com/tools , go to the status checker. Type in your IP or No-IP address. And check if it works(It Should, but just incase) Hope this helped. EDIT: I forgot to mention that you need to have utorrent running to run your server.
-
what is the default ip? i couldnt find it.
-
im new to coding, and i need a source. i dont know what one i should use. could someone help?