-
Account Upgraded | Title Enabled!
Adding TG Rewards

Maybe somewhere that guide was created
Just the guide to adding the rewards into TG
go to /etc/cabal/Data/War_default_1.ini
and find strokes
[quote][Reward]
Reward_Item_Rank_Limit=10 //
Last edited by maxgo1; 11-08-09 at 12:07 PM.
-
-
Enthusiast
Re: Adding TG Rewards
Nice, this good thats
Diesel
-
Re: Adding TG Rewards
What about if I wan't different reward?
For examlple the winner team will receive multiple rewards and the looser team will only get 1 reward...
-
Account Upgraded | Title Enabled!
Re: Adding TG Rewards
If you want the other reward , change the strings of Idem ID and Opt if needed
There are says that Winning team gets on of selected item , you need to see the full War_default_01.ini there are all says
Last edited by maxgo1; 11-08-09 at 02:30 PM.
-
Re: Adding TG Rewards
[Reward] <---- Is for the winners?
and
[Add_Reward] <---- Is for loosers?
sorry just a noob here trying to figure out... correct me if im wrong!
-
Account Upgraded | Title Enabled!
Re: Adding TG Rewards
[Reward] Shows the table of avaible Rewards in TG Lobby
[Add Reward] After TG it gives to Nation select the reward and get it
-
Novice
Re: Adding TG Rewards
Hy i didn't find what i was looking for sa i'm posting here. I created the shop for the server and now i want to put a TG reward thet the winning players of TG (only the ones participating at the war ) to receive 3 shop points and the loosing team 1 point is there a posibility to to that? what do i have to change and where?
Thnks.
-
Re: Adding TG Rewards
This isn't possible without some modding to the database so i hope you are good with SQL.
First you would need to modify Cabal_Sp_InstantWar_SaveResults to add the points to the shop table but you might only be able to reliably give points to the whole winning side. The database doesn't store the participating player IDs in the TG results, you can check WorldIdx in cabal_character_table to see who is on the TG map but it relies on them still being on the map when the results are saved so some people might get missed out.