dodt93
21-12-12, 06:18 PM
mình thấy 1 số bạn fix dc chỗ này.....hỏi code thì ko thấy trả lời....giấu như mèo giấu.....
Thực ra mình ko đam mê cái này lắm..vì trình độ đang ở cấp 1....thử mở code lên xem thế nào
Các bạn muốn sửa cường hóa đường nhiều viền tìm
trong file UserChangeItemPlaceHandler
sửa đoạn
itemAt.Count--;
bag.UpdateItem(itemAt);
SqlDataProvider.Data.ItemInfo item = itemAt.Clone();
item.Count = 1;
thành
itemAt.Count-=count;
bag.UpdateItem(itemAt);
SqlDataProvider.Data.ItemInfo item = itemAt.Clone();
item.Count = count;
OKE MAN....SAI THÌ CÁC CAO THỦ ĐỪNG NÉM GẠCH Nhé
Thực ra mình ko đam mê cái này lắm..vì trình độ đang ở cấp 1....thử mở code lên xem thế nào
Các bạn muốn sửa cường hóa đường nhiều viền tìm
trong file UserChangeItemPlaceHandler
sửa đoạn
itemAt.Count--;
bag.UpdateItem(itemAt);
SqlDataProvider.Data.ItemInfo item = itemAt.Clone();
item.Count = 1;
thành
itemAt.Count-=count;
bag.UpdateItem(itemAt);
SqlDataProvider.Data.ItemInfo item = itemAt.Clone();
item.Count = count;
OKE MAN....SAI THÌ CÁC CAO THỦ ĐỪNG NÉM GẠCH Nhé