Results 1 to 8 of 8
  1. #1
    Teleporter's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    65

    Wink Terraria 1.2.3.1 Source

    Just for fun, without melee bug)
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 35 Users Say Thank You to Teleporter For This Useful Post:

    09morbab (02-20-2014),Ansgar78 (02-26-2014),Barq12 (03-17-2014),batschengnom (02-22-2014),bob loba (03-03-2014),cosblack (02-20-2014),Dabraddas (03-20-2014),dazrozlek (04-01-2014),dkrekd3033 (03-02-2014),Drowlys (02-19-2014),Hibridsin (04-16-2014),humbas (02-19-2014),imhavingfun (02-23-2014),jwplaster (02-19-2014),Kiritos (03-27-2014),KiritoTBS (04-12-2014),louco69 (02-20-2014),LucaLucci (08-18-2015),Marcus101RR (04-15-2014),melf0323 (02-20-2014),myreve (03-10-2014),Niksman (02-23-2014),oVERFIEND1981 (03-04-2014),PanatonicWOLF (04-17-2014),philippe9020 (03-02-2017),RecklessCaution (02-26-2014),RestartGrodno (04-20-2014),Roen (02-19-2014),Ryser (03-16-2014),safe1127 (02-19-2014),skm1233 (03-08-2014),stephenrpollard (03-29-2014),supervoltage (04-18-2014),Tjessx (02-20-2014),xxoasisxx (05-13-2014)

  3. #2
    Bernard's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Purgatory
    Posts
    26,335
    Reputation
    3488
    Thanks
    3,547
    My Mood
    Lurking
    Last edited by Bernard.; 02-19-2014 at 09:57 AM.
    Rep. Power: 128

    Minion: 11/28/12-3/15/14

  4. #3
    qabriel's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    I've detected few bugs in your previous release(1.2.3), such as you can always craft the bunny cannon, it cost nothing to craft it. Also Chlorophyte armors' set bonus won't function as it should. Normally it shoots at any enemy that is close. But in your source, it only shoots when the player attacks.
    Hope this one does not have such issues.
    Thanks.

  5. #4
    IGII2's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Is this clean 1.2.3.1 version?

  6. #5
    Tjessx's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    belgium
    Posts
    34
    Reputation
    10
    Thanks
    172
    wow, awesome this quick!

  7. #6
    jwplaster's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Teleporter View Post
    Just for fun, without melee bug)
    А можешь дать исходник с исправленными русскими символами на табличках?

  8. #7
    ennalenth's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1

    Fix for map not saving

    Minimap doesn't save for your version. Here is the fix.

    Line 2354 of map.cs says:

    binaryWriter.Write(314);
    binaryWriter.Write(145);
    binaryWriter.Write(3);
    binaryWriter.Write(256);
    binaryWriter.Write(256);
    binaryWriter.Write(256);

    These need to be cast to short:

    binaryWriter.Write((short)314);
    binaryWriter.Write((short)145);
    binaryWriter.Write((short)3);
    binaryWriter.Write((short)256);
    binaryWriter.Write((short)256);
    binaryWriter.Write((short)256);

    Now minimap will save/load properly.

  9. The Following User Says Thank You to ennalenth For This Useful Post:

    qabriel (03-30-2014)

  10. #8
    Marcus101RR's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    My Mood
    Amused
    Anyone can teach me how to modify the Dye/Social Accessory slots to act like the Actual Accessory slots to take effect of the items?

Similar Threads

  1. [Source Code] Terraria 1.2.1.2 Source
    By nivlac in forum Terraria Hacks
    Replies: 17
    Last Post: 12-13-2013, 10:18 PM
  2. Terraria 1.2.1.1 Source
    By chatrat12 in forum Terraria Hacks
    Replies: 5
    Last Post: 10-28-2013, 07:11 PM
  3. [Source Code] Terraria 1.2.0.1 Source Code
    By Teleporter in forum Terraria Hacks
    Replies: 31
    Last Post: 10-07-2013, 02:16 AM
  4. [Request] Terraria 1.1.2 Server Source Code
    By Shadon1nja in forum Terraria Hacks
    Replies: 2
    Last Post: 08-02-2012, 07:44 AM
  5. [Source Code] Terraria Server 1.1.1 Source
    By Xenoxiluna in forum Terraria Hacks
    Replies: 4
    Last Post: 01-09-2012, 04:33 AM