Game


You are not connected. Please login or register

Share code cường hóa nhiều viên...

Go down  Message [Page 1 of 1]

Fenix

Fenix
Game Master
Game Master
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 


Code:
itemAt.Count--;
bag.UpdateItem(itemAt);
SqlDataProvider.Data.ItemInfo item = itemAt.Clone();
item.Count = 1;[color=#333333][font=Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif][/font][/color]



thành


Code:
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é

http://www.devgame.ga

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum