![]() |
Custom Item Damage - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: Custom Item Damage (/showthread.php?tid=1615) |
Custom Item Damage - exn - 13-03-2008 Can someone point me in the way to a tutorial? I know there has to be one around. I just want to be able to set the damage a item deals in the item editor. Re: Custom Item Damage - Stomach Pulser - 14-03-2008 OK. Here is how you make custom code. First, look for similar tutorials on the forums (such as adding in things to items, in your case). Then, you examine the code and look at how the packet works. Then, you code it yourself. Try your best, if it works, then great! If it fails, post your error(s) here on the forums. Someone is going to help you out when they come across it. Now go forth, my child. Re: Custom Item Damage - exn - 14-03-2008 Thanks alot. expect to hear back from me. I'm getting pretty knowledgeable with vb so I can attempt it. I did see a "Item Bonuses" tutorial witch had like exp, stat bonuses and such but their was no server side part for it. Re: Custom Item Damage - William - 14-03-2008 Just search for item(itemnum).data1 server side and it should give you some ideas. |