Guys how can i add some announcement when they open (Something like Old Card Album) that will announce what they've got with their name and the card name.
- Id: 616
AegisName: Old_Card_Album
Name: Old Card Album
Type: Usable
Buy: 10000
Weight: 50
Flags:
BuyingStore: true
Container: true
Script: |
set .@item, getrandgroupitem(IG_CardAlbum); getitem .@item,1; announce strcharinfo(0)+" got a "+getitemname( .@item )+" from Old Card Album",0;
when use OCA and Error fron mapserver
[Warning]: itemdb_search: Item ID 616 does not exists in the item_db. Using dummy data.
Question
lphz
Guys how can i add some announcement when they open (Something like Old Card Album) that will announce what they've got with their name and the card name.
- Id: 616
AegisName: Old_Card_Album
Name: Old Card Album
Type: Usable
Buy: 10000
Weight: 50
Flags:
BuyingStore: true
Container: true
Script: |
set .@item, getrandgroupitem(IG_CardAlbum); getitem .@item,1; announce strcharinfo(0)+" got a "+getitemname( .@item )+" from Old Card Album",0;
when use OCA and Error fron mapserver
[Warning]: itemdb_search: Item ID 616 does not exists in the item_db. Using dummy data.
Edited by lphz2 answers to this question
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.