Author Topic: (no subject)  (Read 1571 times)

Burton_projects

  • Member
  • *
  • Posts: 364
    • View Profile
    • http://www.crusadersonline.bravehost.com
(no subject)
« on: June 18, 2006, 12:08:59 PM »
I just made a very small demo and i mean very small only a few boards 6 programs and such. I need better thing to put in such as characters and items and a shop. I've been looking but theres no shop that actually works. I need shop because im making multiplayer. There are some glithes in the battles and I need help with on thing:

When you walk up to a chest you get an item and 1 gp but I only want to have that  happen once. so a player cant keep going there geting stuff. The bank doesn't reconise gp. Should I send this in to get feedback?
« Last Edit: June 18, 2006, 12:09:52 PM by Burton_projects »
I want you to click <a href=\'http://crusadersonline.bravehost.com\' target=\'_blank\'>here</a> now

Dude Man

  • Member
  • *
  • Posts: 6393
    • View Profile
    • http://dmdgames.mysticsoftware.net//
(no subject)
« Reply #1 on: June 18, 2006, 03:13:47 PM »
Sounds like it needs a lot of work. You'd be best just using the CallShop command. And you need to use if to make the chest only work once


Code: [Select]
*untested code. I haven't done RPGCode for about a year

if chest1 = 0
(

GiveItem("Potion.itm")

Else

Mwin("Empty")

)

There should be a program simular to that in the demo game.
« Last Edit: June 18, 2006, 03:14:31 PM by Dude Man »
~Welcome back mysticsoftware.net??
The Black Walkway

Burton_projects

  • Member
  • *
  • Posts: 364
    • View Profile
    • http://www.crusadersonline.bravehost.com
(no subject)
« Reply #2 on: June 18, 2006, 08:11:20 PM »
Thanks! But... it kinda dosen't work. Xorlak might know he used a thing like it in dark age
« Last Edit: June 18, 2006, 08:21:14 PM by Burton_projects »
I want you to click <a href=\'http://crusadersonline.bravehost.com\' target=\'_blank\'>here</a> now