Results 1 to 14 of 14

Thread: Arcane drop issue

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member Jaunawab's Avatar
    Join Date
    May 2014
    Posts
    81
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    18
    Thanked in
    7 Posts

    Default Arcane drop issue

    STS will never admit it but there is this statement in the source code of arcane legends:
    Code:
    if (player.name == "Shaojao")
    {
    Player.ArcaneDropDisabled = true;
    }
    !EDIT!
    But i think im not the only one. So i have to make this more effective for STS.
    Code:
    switch (player.name)
    {
    case "Shaojao":
            . 
            .
            .
    case "Urmosvk": 
            player.ArcaneDropDisabled = true;
         break;
    
    default: 
            player.ArcaneDropDisabled = false;
         break;
    }
    !ANOTHER EDIT!
    To make this clear. I'm just joking. I am just unlucky with my drops. Or am I?
    !UPDATE!
    I give up on this event. There is no reason for wasting my time in the event zone. People are dropping infested artifacts of shadow left and right and i still didnt get even cheapest belt.
    Last edited by Jaunawab; 06-04-2019 at 10:13 PM. Reason: The time has come

  2. The Following User Says Thank You to Jaunawab For This Useful Post:


Similar Threads

  1. Drop rate issue
    By itq in forum PL General Discussion
    Replies: 7
    Last Post: 10-27-2018, 09:16 AM
  2. massive crate drop ans balanced scale drop issue
    By Greoatef in forum AL Technical Issues and Bugs
    Replies: 32
    Last Post: 01-10-2018, 01:42 PM
  3. Is the drop rate really the issue here?
    By Takezaki in forum DL General Discussion
    Replies: 23
    Last Post: 08-13-2012, 07:54 AM
  4. Thank you STS for addressing the level 65 drop issue quickly
    By WhoIsThis in forum PL General Discussion
    Replies: 2
    Last Post: 11-23-2011, 12:31 PM
  5. drop range issue
    By Lowlyspy in forum PL Suggestions and Feedback
    Replies: 0
    Last Post: 08-29-2011, 10:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •